diff options
author | Akshay <[email protected]> | 2022-07-04 16:51:37 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-07-04 16:51:37 +0100 |
commit | 4c1ec27699941c3c00992df450035e3d4522929c (patch) | |
tree | b1f610717312da6371b01a43abf9a0191ac62133 | |
parent | 579eec7e9861708c27ee6fc047403afdf1f00ccb (diff) |
tap-preferred over tap-unless-interrupted
-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>; |