diff options
| author | Oscar Nelin <omn@dalux.com> | 2024-06-27 07:43:30 +0000 |
|---|---|---|
| committer | Oscar Nelin <omn@dalux.com> | 2024-06-27 07:43:30 +0000 |
| commit | d7e895d28b7d3b681ab01e94a2bbbf0085b63d62 (patch) | |
| tree | 934381a0b6d26b1a67ef36772a930f495a47a3f7 /config/cradio.keymap | |
| parent | 22fd84b7387ff6b8a879d4ba50389ef2abc3258c (diff) | |
Reduce quick-tap duration
Diffstat (limited to 'config/cradio.keymap')
| -rw-r--r-- | config/cradio.keymap | 8 |
1 files 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 = <RHS>; @@ -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 = <LHS>; |
