Update config/cradio.keymap
Some checks failed
Build / combine (push) Blocked by required conditions
Build / build-left (push) Has been cancelled
Build / build-right (push) Has been cancelled

This commit is contained in:
Jan Gleytenhoover 2024-08-16 10:22:05 +00:00
parent 7e08dc84a0
commit f89a39f7da

@ -11,7 +11,7 @@
&lt { &lt {
tapping-term-ms = <200>; tapping-term-ms = <200>;
quick-tap-ms = <150>; quick-tap-ms = <0>;
flavor = "tap-preferred"; flavor = "tap-preferred";
#binding-cells = <2>; #binding-cells = <2>;
}; };
@ -50,13 +50,13 @@
#binding-cells = <2>; #binding-cells = <2>;
flavor = "tap-preferred"; flavor = "tap-preferred";
tapping-term-ms = <200>; tapping-term-ms = <200>;
quick-tap-ms = <150>; quick-tap-ms = <0>;
require-prior-idle-ms = <100>; require-prior-idle-ms = <100>;
bindings = <&kp>, <&kp>; bindings = <&kp>, <&kp>;
}; };
lt: layer_tap { lt: layer_tap {
tapping-term-ms = <200>; tapping-term-ms = <200>;
quick-tap-ms = <150>; quick-tap-ms = <0>;
flavor = "tap-preferred"; flavor = "tap-preferred";
#binding-cells = <2>; #binding-cells = <2>;
}; };