Skip to content

Commit fcf84af

Browse files
committed
Got rid of nav layer and swapped it for macros layer, along with some updates to macros layer
1 parent 9d3f2f6 commit fcf84af

File tree

1 file changed

+19
-29
lines changed

1 file changed

+19
-29
lines changed

config/totem.keymap

Lines changed: 19 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
compatible = "zmk,behavior-tap-dance";
6161
#binding-cells = <0>;
6262
tapping-term-ms = <200>;
63-
bindings = <&lt 2 END>, <&caps_word>, <&tog 3>;
63+
bindings = <&lt 2 END>, <&caps_word>, <&tog 5>;
6464
};
6565
};
6666

6767
combos {
6868
compatible = "zmk,combos";
6969

7070
macrolayer {
71-
bindings = <&mo 4>;
71+
bindings = <&mo 1>;
7272
key-positions = <0 10>;
7373
layers = <0>;
7474
};
@@ -98,7 +98,7 @@
9898
};
9999

100100
numberslayer {
101-
bindings = <&mo 5>;
101+
bindings = <&mo 3>;
102102
key-positions = <13 33>;
103103
layers = <0>;
104104
};
@@ -109,7 +109,7 @@
109109
};
110110

111111
togamelayer {
112-
bindings = <&to 6>;
112+
bindings = <&to 4>;
113113
key-positions = <32 33 34>;
114114
layers = <0>;
115115
};
@@ -128,13 +128,12 @@
128128
>;
129129
};
130130

131-
Nav {
132-
display-name = "Nav";
131+
Macros {
133132
bindings = <
134-
&kp TILDE &none &kp UP_ARROW &kp DOT &kp LBRC &kp RBRC &kp NUMBER_7 &kp NUMBER_8 &kp NUMBER_9 &kp KP_PLUS
135-
&kp LEFT_SHIFT &kp LEFT &kp DOWN &kp RIGHT &kp LBKT &kp RBKT &kp NUMBER_4 &kp NUMBER_5 &kp NUMBER_6 &kp KP_MULTIPLY
136-
&trans &none &kp MINUS &none &kp PLUS &kp LPAR &kp RPAR &kp NUMBER_1 &kp NUMBER_2 &kp NUMBER_3 &kp NUMBER_0 &trans
137-
&trans &trans &trans &trans &trans &trans
133+
&none &kp LS(LG(LEFT)) &kp LS(LG(UP)) &kp LS(LG(RIGHT)) &none &none &none &none &none &none
134+
&none &kp LG(LEFT) &kp LG(UP_ARROW) &kp LG(RIGHT) &kp LEFT_SHIFT &none &kp LEFT &kp UP_ARROW &kp RIGHT &kp LEFT_CONTROL
135+
&none &none &none &kp LG(DOWN) &none &none &none &none &kp DOWN &none &none &none
136+
&kp C_MUTE &kp C_VOL_UP &kp C_VOL_DN &kp LC(SLASH) &kp LA(TAB) &kp LEFT_ALT
138137
>;
139138
};
140139

@@ -148,25 +147,6 @@
148147
>;
149148
};
150149

151-
Qwerty {
152-
display-name = "Qwerty";
153-
bindings = <
154-
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
155-
&kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI
156-
&trans &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp PERIOD &kp SLASH &trans
157-
&trans &trans &trans &trans &trans &trans
158-
>;
159-
};
160-
161-
Macros {
162-
bindings = <
163-
&none &kp LS(LG(LEFT)) &kp LS(LG(UP)) &kp LS(LG(RIGHT)) &none &none &none &none &none &none
164-
&none &kp LG(LEFT) &kp LG(UP_ARROW) &kp LG(RIGHT) &none &none &kp LEFT &kp UP_ARROW &kp RIGHT &none
165-
&none &none &none &kp LG(DOWN) &none &none &none &none &kp DOWN &none &none &none
166-
&kp C_MUTE &kp C_VOL_UP &kp C_VOL_DN &kp LC(SLASH) &kp LA(TAB) &none
167-
>;
168-
};
169-
170150
Numbers {
171151
bindings = <
172152
&none &none &none &none &none &kp KP_MULTIPLY &kp KP_N7 &kp KP_N8 &kp KP_NUMBER_9 &none
@@ -184,5 +164,15 @@
184164
&kp M &kp SPACE &kp TAB &kp N1 &kp N2 &kp N3
185165
>;
186166
};
167+
168+
Qwerty {
169+
display-name = "Qwerty";
170+
bindings = <
171+
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
172+
&kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI
173+
&trans &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp PERIOD &kp SLASH &trans
174+
&trans &trans &trans &trans &trans &trans
175+
>;
176+
};
187177
};
188178
};

0 commit comments

Comments
 (0)