diff options
| author | Oscar Nelin <omn@dalux.com> | 2024-03-21 10:47:24 +0000 |
|---|---|---|
| committer | Oscar Nelin <omn@dalux.com> | 2024-03-21 10:47:24 +0000 |
| commit | d2f6cbb01a45419792618cca5beb756af336b9b8 (patch) | |
| tree | 966a4b69c64c2322375a6e60197a1151f9ae3e90 | |
| parent | e14e3e1ad02592850e9b1fce24a0d14dcb0fe486 (diff) | |
Test out balanced
| -rw-r--r-- | config/cradio.keymap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 677700d..0ae15dc 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -25,7 +25,7 @@ ht: hold_tap { compatible = "zmk,behavior-hold-tap"; #binding-cells = <2>; - flavor = "tap-preferred"; + flavor = "balanced"; tapping-term-ms = <220>; require-prior-idle-ms = <135>; quick-tap-ms = <190>; @@ -34,7 +34,7 @@ hl: hold_layer { compatible = "zmk,behavior-hold-tap"; - flavor = "tap-preferred"; + flavor = "balanced"; #binding-cells = <2>; tapping-term-ms = <220>; quick-tap-ms = <190>; |
