diff options
-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 1bf39fd..43cfa9a 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap | |||
@@ -28,7 +28,7 @@ | |||
28 | compatible = "zmk,behavior-hold-tap"; | 28 | compatible = "zmk,behavior-hold-tap"; |
29 | label = "LEFT_POSITIONAL_HOLD_TAP"; | 29 | label = "LEFT_POSITIONAL_HOLD_TAP"; |
30 | #binding-cells = <2>; | 30 | #binding-cells = <2>; |
31 | flavor = "tap-unless-interrupted"; | 31 | flavor = "tap-preferred"; |
32 | tapping-term-ms = <200>; | 32 | tapping-term-ms = <200>; |
33 | quick-tap-ms = <100>; | 33 | quick-tap-ms = <100>; |
34 | bindings = <&kp>, <&kp>; | 34 | bindings = <&kp>, <&kp>; |
@@ -44,7 +44,7 @@ | |||
44 | compatible = "zmk,behavior-hold-tap"; | 44 | compatible = "zmk,behavior-hold-tap"; |
45 | label = "RIGHT_POSITIONAL_HOLD_TAP"; | 45 | label = "RIGHT_POSITIONAL_HOLD_TAP"; |
46 | #binding-cells = <2>; | 46 | #binding-cells = <2>; |
47 | flavor = "tap-unless-interrupted"; | 47 | flavor = "tap-preferred"; |
48 | tapping-term-ms = <200>; | 48 | tapping-term-ms = <200>; |
49 | quick-tap-ms = <100>; | 49 | quick-tap-ms = <100>; |
50 | bindings = <&kp>, <&kp>; | 50 | bindings = <&kp>, <&kp>; |