1
0
mirror of https://github.com/tcaxle/zmk-config.git synced 2025-12-18 04:17:12 +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

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 {