|
112 | 112 | hold-trigger-key-positions = <KEYS_L THUMBS>;
|
113 | 113 | };
|
114 | 114 |
|
115 |
| - rst_boot: rst_boot { |
116 |
| - compatible = "zmk,behavior-tap-dance"; |
117 |
| - label = "RST_BOOT"; |
118 |
| - #binding-cells = <0>; |
119 |
| - tapping-term-ms = <200>; |
120 |
| - bindings = <&sys_reset>, <&bootloader>; |
121 |
| - }; |
122 |
| - |
123 | 115 | // tap: sticky shift | double tap: capsword | triple tap: cancel capsword
|
124 | 116 | td_shft: td_shft {
|
125 | 117 | compatible = "zmk,behavior-tap-dance";
|
|
283 | 275 | misc2_layer {
|
284 | 276 | label = "MISC 2";
|
285 | 277 | bindings = <
|
| 278 | + // 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 |
286 | 279 | // ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
|
287 |
| - // ├ Rst/Bootldr ┼ ┼ ┼ ┼ ┼ Out Toggle ┤ ├ ┼ ┼ ┼ ┼ ┼ Rst/Bootldr ┤ |
| 280 | + // ├ Reset ┼ Bootloader ┼ ┼ ┼ ┼ Out Toggle ┤ ├ ┼ ┼ ┼ ┼ Bootloader ┼ Reset ┤ |
288 | 281 | // ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
|
289 | 282 | // ├ ┼ Undo ┼ Cut ┼ Copy ┼ Paste ┼ 1Password ┤ ├ ┼ ┼ ┼ ┼ ┼ ┤
|
290 | 283 | // ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
|
291 | 284 | // ├ Clr BT prof ┼ BT prof 1 ┼ BT prof 2 ┼ BT prof 3 ┼ BT prof 4 ┼ BT prof 5 ┤ ├ ┼ ┼ ┼ ┼ ┼ ┤
|
292 | 285 | // ╰───────────────────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴───────────────────────────╯
|
293 | 286 | // ├ // HELD // ┼ ┼ ┤ ├ ┼ ┼ ┤
|
294 | 287 | // ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
|
295 |
| - &rst_boot &none &none &none &none &out OUT_TOG &none &none &none &none &none &rst_boot |
| 288 | + &sys_reset &bootloader &none &none &none &out OUT_TOG &none &none &none &none &bootloader &sys_reset |
296 | 289 | &none &kp LC(Z) &kp LC(X) &kp LC(C) &kp LC(V) &kp LC(LS(X)) &none &none &none &none &none &none
|
297 | 290 | &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
|
298 | 291 | &trans &none &none &none &none &none
|
|
0 commit comments