1
0
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:
keymap-editor[bot] 2024-03-05 14:16:26 +00:00 committed by GitHub
parent def6ae098f
commit b079c93e6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {