Skip to content

Commit

Permalink
Merge branch '5_col'
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Mar 22, 2024
2 parents 198ebf7 + a0b20e1 commit c88d9c3
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 86 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 c88d9c3

Please sign in to comment.