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:47:52 +0000 |
| commit | 72cacb42dd2199c45d7b23186cdd56e00fc84643 (patch) | |
| tree | 622bf0f608d9a380073dd8d046cb2ca972064242 | |
| parent | f2a37659e3f28690900969a4b0a08972c1b62ae4 (diff) | |
Reduce quick-tap duration
| -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 c160a6a..79ac0dc 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>; |
