From a50043e9b95683548f37cb80d9d031b49519bb87 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Tue, 19 Jul 2022 13:19:12 -0400 Subject: [PATCH] global-quick-tap-ms for combos Testing https://github.com/zmkfirmware/zmk/pull/1387 --- config/base.keymap | 8 ++++---- zmk-nodefree-config/helper.h | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) 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 = ; \