Skip to content

Commit

Permalink
lower tapping term and add find one hand key
Browse files Browse the repository at this point in the history
  • Loading branch information
Rock Boynton committed Dec 17, 2023
1 parent 4150209 commit 8131422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion config/hrm.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
name: name { \
ZMK_BEHAVIOR_CORE_hold_tap; \
flavor = "balanced"; \
tapping-term-ms = <280>; \
tapping-term-ms = <250>; \
quick-tap-ms = <175>; \
require-prior-idle-ms = <150>; \
bindings = <&kp>, <&kp>; \
Expand Down
16 changes: 2 additions & 14 deletions config/kyria_rev3.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ MAKE_HRM(hmr, KEYS_L KEYS_T) // right-hand HRMs
};

/ {
behaviors {
pht: positional_hold_tap {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "hold-preferred";
tapping-term-ms = <400>;
quick-tap-ms = <200>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <1>; // <---[[the W key]]
};
};

macros {
two_key: two_key {
// ...
Expand Down Expand Up @@ -56,9 +44,9 @@ MAKE_HRM(hmr, KEYS_L KEYS_T) // right-hand HRMs

num {
bindings = <
&trans &kp F9 &kp F10 &kp F11 &kp F12 &kp LG(N4) &kp LS(LG(N4)) &kp N7 &kp N8 &kp N9 &kp ASTERISK &kp FSLH
&trans &kp F9 &kp F10 &kp F11 &kp F12 &kp LG(V) &kp LS(LG(V)) &kp N7 &kp N8 &kp N9 &kp ASTERISK &kp FSLH
&trans &kp F5 &kp F6 &kp F7 &kp F8 &kp LG(C) &kp LG(X) &kp N4 &kp N5 &kp N6 &kp EQUAL &kp CARET
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp LG(C) &kp LS(LG(P)) &kp LC(UP_ARROW) &trans &caps_word &kp N0 &kp N1 &kp N2 &kp N3 &kp PLUS &kp MINUS
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp LG(F) &kp LS(LG(P)) &kp LC(UP_ARROW) &trans &caps_word &kp N0 &kp N1 &kp N2 &kp N3 &kp PLUS &kp MINUS
&trans &trans &trans &trans &trans &trans &kp ENTER &kp TAB &trans &trans
>;

Expand Down

0 comments on commit 8131422

Please sign in to comment.