diff --git a/config/combos.dtsi b/config/combos.dtsi index 77c9f38..3f6ff84 100644 --- a/config/combos.dtsi +++ b/config/combos.dtsi @@ -1,10 +1,10 @@ // Key Positions // ╭────┬────┬────┬────┬────┬────╮ ╭────┬────┬────┬────┬────┬────╮ -// 00 01 02 03 04 05 06 07 08 09 10 11 +// XX 01 02 03 04 05 06 07 08 09 10 XX // ├────┼────┼────┼────┼────┼────┤ ├────┼────┼────┼────┼────┼────┤ -// 12 13 14 15 16 17 18 19 20 21 22 23 +// XX 13 14 15 16 17 18 19 20 21 22 XX // ├────┼────┼────┼────┼────┼────┤ ├────┼────┼────┼────┼────┼────┤ -// 24 25 26 27 28 29 30 31 32 33 34 35 +// XX 25 26 27 28 29 30 31 32 33 34 XX // ╰────┴────┴────┼────┼────┼────┤ ├────┼────┼────┼────┴────┴────╯ // 36 37 38 39 40 41 // ╰────┴────┴────╯ ╰────┴────┴────╯ @@ -13,12 +13,12 @@ combos { compatible = "zmk,combos"; combo_q { - key-positions = <22 34>; + key-positions = <33 34>; bindings = <&kp Q>; layers = ; }; combo_z { - key-positions = <13 25>; + key-positions = <25 26>; bindings = <&kp Z>; layers = ; };