File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1717 };
1818 };
1919
20+ behaviors {
21+ shift_dance: shift_dance {
22+ compatible = "zmk,behavior-tap-dance";
23+ label = "SHIFT_DANCE";
24+ #binding-cells = <0>;
25+ bindings = <&kp LEFT_SHIFT>, <&kp CAPSLOCK>;
26+ };
27+ };
28+
2029 keymap {
2130 compatible = "zmk,keymap";
2231
5867 // | GUI | | SPC | | ENT | | ALT |
5968
6069 bindings = <
61- &kp TAB &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp ASTRK &kp LPAR &kp RPAR &kp BSPC
62- &kp LEFT_SHIFT &trans &trans &trans &kp LESS_THAN &kp GREATER_THAN &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE
63- &kp LCTRL &trans &trans &trans &trans &trans &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
64- &kp LGUI &trans &kp SPACE &kp RET &mo 3 &kp RALT
70+ &kp TAB &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp ASTRK &kp LPAR &kp RPAR &kp BSPC
71+ &shift_dance &trans &trans &trans &kp LESS_THAN &kp GREATER_THAN &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE
72+ &kp LCTRL &trans &trans &trans &trans &trans &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
73+ &kp LGUI &trans &kp SPACE &kp RET &mo 3 &kp RALT
6574 >;
6675 };
6776
You can’t perform that action at this time.
0 commit comments