From d7e895d28b7d3b681ab01e94a2bbbf0085b63d62 Mon Sep 17 00:00:00 2001 From: Oscar Nelin Date: Thu, 27 Jun 2024 09:43:30 +0200 Subject: Reduce quick-tap duration --- config/cradio.keymap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 8b66f8b..88afcd6 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -35,9 +35,9 @@ compatible = "zmk,behavior-hold-tap"; #binding-cells = <2>; flavor = "balanced"; - tapping-term-ms = <180>; + tapping-term-ms = <150>; require-prior-idle-ms = <135>; - quick-tap-ms = <120>; + quick-tap-ms = <50>; bindings = <&kp>, <&kp>; // Hold trigger on opposite side, RHS and shift hold-trigger-key-positions = ; @@ -48,9 +48,9 @@ compatible = "zmk,behavior-hold-tap"; #binding-cells = <2>; flavor = "balanced"; - tapping-term-ms = <180>; + tapping-term-ms = <150>; require-prior-idle-ms = <135>; - quick-tap-ms = <120>; + quick-tap-ms = <50>; bindings = <&kp>, <&kp>; // Hold trigger on opposite side, LHS and shift hold-trigger-key-positions = ; -- cgit v1.3