Skip to content

Commit

Permalink
fix: combos
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Mar 22, 2024
1 parent e400c79 commit a0b20e1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config/combos.dtsi
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Key Positions
// ╭────┬────┬────┬────┬────┬────╮ ╭────┬────┬────┬────┬────┬────╮
// XX 01 02 03 04 05 06 07 08 09 10 XX
// ├────┼────┼────┼────┼────┼────┤ ├────┼────┼────┼────┼────┼────┤
// XX 13 14 15 16 17 18 19 20 21 22 XX
// ├────┼────┼────┼────┼────┼────┤ ├────┼────┼────┼────┼────┼────┤
// XX 25 26 27 28 29 30 31 32 33 34 XX
// ╰────┴────┴────┼────┼────┼────┤ ├────┼────┼────┼────┴────┴────╯
// 36 37 38 39 40 41
// ╰────┴────┴────╯ ╰────┴────┴────╯
// ╭────┬────┬────┬────┬────╮ ╭────┬────┬────┬────┬────╮
// 00 01 02 03 04 05 06 07 08 09
// ├────┼────┼────┼────┼────┤ ├────┼────┼────┼────┼────┤
// 10 11 12 13 14 15 16 17 18 19
// ├────┼────┼────┼────┼────┤ ├────┼────┼────┼────┼────┤
// 20 21 22 23 24 25 26 27 28 29
// ╰────┴────┼────┼────┼────┤ ├────┼────┼────┼────┴────╯
// 30 31 32 33 34 35
// ╰────┴────┴────╯ ╰────┴────┴────╯

/ {
combos {
Expand All @@ -16,15 +16,15 @@
* Place `Q` on lower right pinkie/ring fingers.
*/
combo_q {
key-positions = <33 34>;
key-positions = <28 29>;
bindings = <&kp Q>;
layers = <BASE>;
};
/**
* Place `Z` on lower left pinkie/ring fingers.
*/
combo_z {
key-positions = <25 26>;
key-positions = <20 21>;
bindings = <&kp Z>;
layers = <BASE>;
};
Expand Down

0 comments on commit a0b20e1

Please sign in to comment.