From 7c42f06d843fc25bf172192fb0309b06c028d942 Mon Sep 17 00:00:00 2001 From: "keymap-editor[bot]" <91849743+keymap-editor[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:32:29 +0000 Subject: [PATCH] Shift layers --- config/sofle.keymap | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/config/sofle.keymap b/config/sofle.keymap index 7c91e5e..2bf454b 100644 --- a/config/sofle.keymap +++ b/config/sofle.keymap @@ -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) + >; + }; }; };