Skip to content

Commit

Permalink
urob homerow mods KinesisCorporation#5
Browse files Browse the repository at this point in the history
  • Loading branch information
yahia-saleh committed Jan 5, 2025
1 parent 59511a4 commit c1fb3a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
20 changes: 0 additions & 20 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,6 @@
bindings = <&kp RET>;
};
#endif

hm: homerow_mods {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS";
#binding-cells = <2>;
tapping-term-ms = <200>;
quick_tap_ms = <175>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};

hm_shift: homerow_mods_shift {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS_SHIFT";
#binding-cells = <2>;
tapping-term-ms = <175>; // Custom tap term for Shift
quick_tap_ms = <175>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};
};

keymap {
Expand Down
5 changes: 3 additions & 2 deletions config/includes/mods.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
53 \
68 69 70 \

// Changed urob's require-prior-idle-ms from 150 to 120

behaviors {

Expand All @@ -39,7 +40,7 @@ behaviors {
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <175>; // repeat on tap-into-hold
require-prior-idle-ms = <150>;
require-prior-idle-ms = <120>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_R THUMBS_LEFT THUMBS_RIGHT>;
hold-trigger-on-release;
Expand All @@ -52,7 +53,7 @@ behaviors {
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <175>;
require-prior-idle-ms = <150>;
require-prior-idle-ms = <120>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_L THUMBS_LEFT THUMBS_RIGHT>;
hold-trigger-on-release;
Expand Down

0 comments on commit c1fb3a9

Please sign in to comment.