diff options
| author | Oscar Nelin <omn@dalux.com> | 2024-07-09 07:57:28 +0000 |
|---|---|---|
| committer | Oscar Nelin <omn@dalux.com> | 2024-07-09 07:57:28 +0000 |
| commit | 7433f9050bd3dca1a5f8d643cd510536ba66ce46 (patch) | |
| tree | 8abb206bedae64e69c357b4cf7935f8d2bab71ff /config/cradio.keymap | |
| parent | 7f2b7891a643cba4e175edd3f7121745d8f9a50e (diff) | |
Adjust hold-tap timings
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 ddf0933..bd86d24 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -35,8 +35,8 @@ compatible = "zmk,behavior-hold-tap"; #binding-cells = <2>; flavor = "balanced"; - tapping-term-ms = <150>; - require-prior-idle-ms = <135>; + tapping-term-ms = <175>; + require-prior-idle-ms = <100>; quick-tap-ms = <50>; bindings = <&kp>, <&kp>; // Hold trigger on opposite side, RHS and tab @@ -48,8 +48,8 @@ compatible = "zmk,behavior-hold-tap"; #binding-cells = <2>; flavor = "balanced"; - tapping-term-ms = <150>; - require-prior-idle-ms = <135>; + tapping-term-ms = <175>; + require-prior-idle-ms = <100>; quick-tap-ms = <50>; bindings = <&kp>, <&kp>; // Hold trigger on opposite side, LHS and tab |
