|
119 | 119 | hold-trigger-key-positions = <KEYS_L THUMBS>;
|
120 | 120 | };
|
121 | 121 |
|
122 |
| - rst_boot: rst_boot { |
123 |
| - compatible = "zmk,behavior-tap-dance"; |
124 |
| - label = "RST_BOOT"; |
125 |
| - #binding-cells = <0>; |
126 |
| - tapping-term-ms = <200>; |
127 |
| - bindings = <&sys_reset>, <&bootloader>; |
128 |
| - }; |
129 |
| - |
130 | 122 | // tap: sticky shift | double tap: capsword | triple tap: cancel capsword
|
131 | 123 | td_shft: td_shft {
|
132 | 124 | compatible = "zmk,behavior-tap-dance";
|
|
290 | 282 | misc2_layer {
|
291 | 283 | label = "MISC 2";
|
292 | 284 | bindings = <
|
| 285 | + // NOTE: &sys_reset and &bootloader need to be directly bound to a key for locality (correct half affected) to work, see https://github.com/zmkfirmware/zmk/issues/1494 |
293 | 286 | // ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
|
294 |
| - // ├ Rst/Bootldr ┼ ┼ ┼ ┼ ┼ Out Toggle ┤ ├ ┼ ┼ ┼ ┼ ┼ Rst/Bootldr ┤ |
| 287 | + // ├ Reset ┼ Bootloader ┼ ┼ ┼ ┼ Out Toggle ┤ ├ ┼ ┼ ┼ ┼ Bootloader ┼ Reset ┤ |
295 | 288 | // ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
|
296 | 289 | // ├ ┼ Undo ┼ Cut ┼ Copy ┼ Paste ┼ 1Password ┤ ├ ┼ ┼ ┼ ┼ ┼ ┤
|
297 | 290 | // ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
|
298 | 291 | // ├ Clr BT prof ┼ BT prof 1 ┼ BT prof 2 ┼ BT prof 3 ┼ BT prof 4 ┼ BT prof 5 ┤ ├ ┼ ┼ ┼ ┼ ┼ ┤
|
299 | 292 | // ╰───────────────────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴───────────────────────────╯
|
300 | 293 | // ├ // HELD // ┼ ┼ ┤ ├ ┼ ┼ ┤
|
301 | 294 | // ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
|
302 |
| - &rst_boot &none &none &none &none &out OUT_TOG &none &none &none &none &none &rst_boot |
| 295 | + &sys_reset &bootloader &none &none &none &out OUT_TOG &none &none &none &none &bootloader &sys_reset |
303 | 296 | &none &kp LC(Z) &kp LC(X) &kp LC(C) &kp LC(V) &kp LC(LS(X)) &none &none &none &none &none &none
|
304 | 297 | &bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &none &none &none &none &none &none
|
305 | 298 | &trans &none &none &none &none &none
|
|
0 commit comments