mirror of
https://github.com/tcaxle/zmk-config.git
synced 2024-11-25 08:41:56 +00:00
No more sticky caps.
This commit is contained in:
parent
def6ae098f
commit
b079c93e6e
@ -51,14 +51,14 @@
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
label = "SHIFT_CAPS_L";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&sk LSHFT>, <&kp CAPS>;
|
||||
bindings = <&kp LEFT_SHIFT>, <&kp CAPS>;
|
||||
};
|
||||
|
||||
shift_caps_r: shift_caps_r {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
label = "SHIFT_CAPS_R";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&sk RSHFT>, <&kp CAPS>;
|
||||
bindings = <&kp RIGHT_SHIFT>, <&kp CAPS>;
|
||||
};
|
||||
|
||||
hlt: hlt {
|
||||
|
Loading…
Reference in New Issue
Block a user