Skip to content

Commit

Permalink
fix home combo caps word
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoDM committed Nov 29, 2024
1 parent cf91149 commit 4ec60e3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions boards/shields/swweeep/swweeep.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
/ {
combos {
compatible = "zmk,combos";
combo_undo {
timeout-ms = <50>;
key-positions = <8 26>;
bindings = <&tog LEFT_SHIFT>;
};
combo_capsword {
timeout-ms = <50>;
key-positions = <8 2>;
bindings = <&caps_word>;
layers = <DEFAULT NAV SYM FUNC NUM>;
};
};


Expand Down

0 comments on commit 4ec60e3

Please sign in to comment.