Skip to content

Commit

Permalink
First and last key for bootloader reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Jul 27, 2024
1 parent ad52137 commit 482331c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/shields/mr_useful/mr_useful.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,14 @@
&kp LEFT &kp DOWN &kp RIGHT
>;
};

combos {
compatible = "zmk,combos";
combo_bootloader {
timeout-ms = <50>;
key-positions = <0 9>;
bindings = <&bootloader>;
};
};
};
};

0 comments on commit 482331c

Please sign in to comment.