summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-07-04 16:51:37 +0100
committerAkshay <[email protected]>2022-07-04 16:51:37 +0100
commit4c1ec27699941c3c00992df450035e3d4522929c (patch)
treeb1f610717312da6371b01a43abf9a0191ac62133 /config
parent579eec7e9861708c27ee6fc047403afdf1f00ccb (diff)
tap-preferred over tap-unless-interrupted
Diffstat (limited to 'config')
-rw-r--r--config/cradio.keymap4
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>;