mirror of
https://github.com/tcaxle/zmk-config.git
synced 2024-11-25 08:41:56 +00:00
Shift layers
This commit is contained in:
parent
4ca6a928f1
commit
7c42f06d84
@ -51,14 +51,14 @@
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
label = "SHIFT_CAPS_L";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp LEFT_SHIFT>, <&kp CAPS>;
|
||||
bindings = <&mo 5>, <&kp CAPS>;
|
||||
};
|
||||
|
||||
shift_caps_r: shift_caps_r {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
label = "SHIFT_CAPS_R";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RIGHT_SHIFT>, <&kp CAPS>;
|
||||
bindings = <&mo 6>, <&kp CAPS>;
|
||||
};
|
||||
|
||||
hlt: hlt {
|
||||
@ -171,5 +171,27 @@
|
||||
|
||||
label = "QWERTY";
|
||||
};
|
||||
|
||||
l_shift {
|
||||
label = "LSHIFT";
|
||||
bindings = <
|
||||
&trans &trans &trans &trans &trans &trans &kp LS(N6) &kp LS(N7) &kp LS(N8) &kp LS(N9) &kp LS(N0) &kp LS(MINUS)
|
||||
&trans &trans &trans &trans &trans &trans &kp LS(J) &kp LS(L) &kp LS(U) &kp LS(Y) &kp LS(SEMI) &kp LS(GRAVE)
|
||||
&trans &trans &trans &trans &trans &trans &kp LS(H) &kp LS(N) &kp LS(E) &kp LS(I) &kp LS(O) &kp LS(SINGLE_QUOTE)
|
||||
&trans &trans &trans &trans &trans &trans &trans &trans &kp LS(K) &kp LS(M) &kp LS(COMMA) &kp LS(DOT) &kp LS(FSLH) &trans
|
||||
&kp LS(LCTRL) &kp LS(LEFT_WIN) &kp LS(LEFT_ALT) &mtd &trans &trans &mtd &trans &trans &trans
|
||||
>;
|
||||
};
|
||||
|
||||
r_shift {
|
||||
label = "RSHIFT";
|
||||
bindings = <
|
||||
&kp RS(ESCAPE) &kp RS(N1) &kp RS(N2) &kp RS(N3) &kp RS(N4) &kp RS(N5) &trans &trans &trans &trans &trans &trans
|
||||
&kp RS(TAB) &kp RS(Q) &kp RS(W) &kp RS(F) &kp RS(P) &kp RS(G) &trans &trans &trans &trans &trans &trans
|
||||
&trans &kp RS(A) &kp RS(R) &kp RS(S) &kp RS(T) &kp RS(D) &trans &trans &trans &trans &trans &trans
|
||||
&trans &kp RS(Z) &kp RS(X) &kp RS(C) &kp RS(V) &kp RS(B) &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&trans &trans &trans &mtd &trans &trans &mtd &kp RS(RIGHT_ALT) &kp RS(RIGHT_WIN) &kp RS(RCTRL)
|
||||
>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user