Skip to content

Commit 8f377ec

Browse files
committed
Update keymap combos
1 parent eeddaf6 commit 8f377ec

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

config/tempest.keymap

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
quick-tap-ms = <150>;
3232
};
3333

34+
/* 0 1 2 3 4 || 5 6 7 8 9 */
35+
/* {10} 11 12 13 14 15 || 16 17 18 19 20 {21} */
36+
/* 22 23 24 25 26 || 27 28 29 30 31 */
37+
/* 32 33 34 || 35 36 37 */
38+
39+
3440
/ {
3541
combos {
3642
compatible = "zmk,combos";
@@ -73,7 +79,7 @@
7379

7480
combo_underscore {
7581
bindings = <&kp UNDER>;
76-
key-positions = <7 6>;
82+
key-positions = <24 25>;
7783
layers = <0>;
7884
};
7985

@@ -97,19 +103,19 @@
97103

98104
combo_single-quote {
99105
bindings = <&kp SINGLE_QUOTE>;
100-
key-positions = <6 17>;
106+
key-positions = <6 7>;
101107
layers = <0>;
102108
};
103109

104110
combo_double-quote {
105111
bindings = <&kp AT_SIGN>;
106-
key-positions = <7 18>;
112+
key-positions = <7 8>;
107113
layers = <0>;
108114
};
109115

110116
combo_equal {
111117
bindings = <&kp EQUAL>;
112-
key-positions = <16 17>;
118+
key-positions = <28 29>;
113119
layers = <0>;
114120
};
115121

@@ -119,11 +125,19 @@
119125
layers = <0>;
120126
};
121127

128+
combo_tab {
129+
bindings = <&kp TAB>;
130+
key-positions = <22 23>;
131+
layers = <0>;
132+
};
133+
122134
combo_colon {
123135
bindings = <&kp COLON>;
124-
key-positions = <19 20>;
136+
key-positions = <1 2>;
125137
layers = <0>;
126138
};
139+
140+
/* combos on base layer, left side, for boot shortcuts like BIOS with half the keyboard plugged in */
127141

128142
combo_boot_F11 {
129143
bindings = <&kp F11>;
@@ -224,14 +238,14 @@
224238
compatible = "zmk,behavior-tap-dance";
225239
label = "MACRO_LEFT";
226240
#binding-cells = <0>;
227-
bindings = <&kp F20>, <&kp F21>;
241+
bindings = <&kp F20>, <&kp F22>;
228242
};
229243

230244
macro_right: macro_right {
231245
compatible = "zmk,behavior-tap-dance";
232246
label = "MACRO_RIGHT";
233247
#binding-cells = <0>;
234-
bindings = <&kp F22>, <&kp F23>;
248+
bindings = <&kp F21>, <&kp F23>;
235249
};
236250
};
237251

@@ -282,7 +296,7 @@
282296

283297
utility {
284298
bindings = <
285-
&bootloader &none &none &none &none &none &mkp MB1 &mkp MB2 &mkp MB3 &studio_unlock
299+
&macro_left &macro_right &none &none &none &none &mkp MB1 &mkp MB2 &mkp MB3 &studio_unlock
286300
&trans &none &kp C_PREVIOUS &kp C_MUTE &kp C_PLAY_PAUSE &kp C_NEXT &none &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_UP &mmv MOVE_RIGHT &trans
287301
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &none &mkp MB4 &msc SCRL_DOWN &msc SCRL_UP &mkp MB5
288302
&bt BT_CLR &trans &trans &trans &mkp MB1 &mkp MB2

0 commit comments

Comments
 (0)