Skip to content

Commit

Permalink
Update combo mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Oct 3, 2023
1 parent a87fc27 commit 1f94f7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/combos.dtsi
Original file line number Diff line number Diff line change
@@ -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
// ╰────┴────┴────╯ ╰────┴────┴────╯
Expand All @@ -13,12 +13,12 @@
combos {
compatible = "zmk,combos";
combo_q {
key-positions = <22 34>;
key-positions = <33 34>;
bindings = <&kp Q>;
layers = <DEFAULT>;
};
combo_z {
key-positions = <13 25>;
key-positions = <25 26>;
bindings = <&kp Z>;
layers = <DEFAULT>;
};
Expand Down

0 comments on commit 1f94f7a

Please sign in to comment.