diff --git a/config/base.keymap b/config/base.keymap index 98f7a17..5562adf 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -72,8 +72,8 @@ 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 = ; // include left-hand HRMs for chording ) @@ -81,8 +81,8 @@ ZMK_BEHAVIOR(hml, hold_tap, // left-hand HRMs 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 = ; // include right-hand HRMs for chording ) diff --git a/zmk-nodefree-config/helper.h b/zmk-nodefree-config/helper.h index 5eb94c8..9926235 100644 --- a/zmk-nodefree-config/helper.h +++ b/zmk-nodefree-config/helper.h @@ -54,6 +54,7 @@ combos { \ compatible = "zmk,combos"; \ combo_ ## name { \ + global-quick-tap-ms = <125>; \ timeout-ms = ; \ bindings = ; \ key-positions = ; \