Skip to content

Commit

Permalink
Add reset button combo
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Sep 27, 2024
1 parent a16dd3f commit 11de9de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions boards/shields/defiant/defiant.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

/ {

combos {
compatible = "zmk,combos";

reset_right {
bindings = <&bootloader>;
key-positions = <16 28 43>;
// layers = <0 2>;
};

reset_left {
bindings = <&bootloader>;
key-positions = <15 27 34>;
};
};

keymap {
compatible = "zmk,keymap";

Expand Down

0 comments on commit 11de9de

Please sign in to comment.