Commit 0afed46 1 parent 1e2842a commit 0afed46 Copy full SHA for 0afed46
File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 121
121
};
122
122
};
123
123
124
+ conditional_layers {
125
+ compatible = "zmk,conditional-layers";
126
+ tri_layer {
127
+ if-layers = <1 2>;
128
+ then-layer = <3>;
129
+ };
130
+ };
131
+
124
132
macros {
125
133
delete_word: delete_word {
126
- label = "ZM_delete_word";
127
134
compatible = "zmk,behavior-macro";
135
+ label = "ZM_delete_word";
128
136
#binding-cells = <0>;
129
137
bindings
130
138
= <¯o_press &kp LSHFT>
165
173
&htl LOWER DEFAULT &kp LCMD &kp SPACE &kp RIGHT_CONTROL &hm RALT DEL &htl RAISE LOWER
166
174
>;
167
175
};
176
+
177
+ tri_layer {
178
+ bindings = <
179
+ &kp ESC &none &none &none &none &none &none &kp N7 &kp N8 &kp N9 &none &kp F11
180
+ &kp TAB &none &none &none &none &none &none &kp N4 &kp N5 &kp N6 &none &kp ENTER
181
+ &kp LSHFT &none &none &none &none &none &none &kp N1 &kp N2 &kp N3 &none &kp MINUS
182
+ &htl LOWER DEFAULT &kp LCMD &kp SPACE &kp RIGHT_CONTROL &hm RALT DEL &htl RAISE LOWER
183
+ >;
184
+ };
168
185
};
169
186
};
170
187
You can’t perform that action at this time.
0 commit comments