Skip to content

Commit

Permalink
global-quick-tap-ms for combos
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Aug 5, 2022
1 parent bba4fba commit a50043e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@ ISSUES, WORKAROUNDS and a "ZMK-WISHLIST"
ZMK_BEHAVIOR(hml, hold_tap, // left-hand HRMs
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <125>;
global-quick-tap;
quick-tap-ms = <175>;
global-quick-tap-ms = <125>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_RT THUMBS HRM_LT>; // include left-hand HRMs for chording
)

ZMK_BEHAVIOR(hmr, hold_tap, // right-hand HRMs
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <125>;
global-quick-tap;
quick-tap-ms = <175>;
global-quick-tap-ms = <125>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_LT THUMBS HRM_RT>; // include right-hand HRMs for chording
)
Expand Down
1 change: 1 addition & 0 deletions zmk-nodefree-config/helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
combos { \
compatible = "zmk,combos"; \
combo_ ## name { \
global-quick-tap-ms = <125>; \
timeout-ms = <COMBO_TERM>; \
bindings = <combo_bindings>; \
key-positions = <keypos>; \
Expand Down

0 comments on commit a50043e

Please sign in to comment.