Add system reset key

This commit is contained in:
Marco Massarelli 2024-02-27 12:54:40 -05:00 committed by GitHub
parent 82bd2fe4f8
commit a1a6696f4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -81,13 +81,13 @@
// -----------------------------------------------------------------------------------------
// | | | | CLR | | | | | | VUP | | | |
// | CAPS | BT0 | BT1 | BT2 | BT3 | BT4 | | | | MUT | | | |
// | | | | | | | | | | VDN | | | |
// | | | RST | | | | | | | VDN | RST | | |
// | BOOT| | | | | | BOOT|
display-name = "Adjust";
bindings = <
&trans &trans &trans &bt BT_CLR &trans &trans &trans &trans &kp C_VOL_UP &trans &trans &trans
&kp CAPSLOCK &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &kp C_MUTE &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &kp C_VOL_DN &trans &trans &trans
&trans &trans &trans &bt BT_CLR &trans &trans &trans &trans &kp C_VOL_UP &trans &trans &trans
&kp CAPSLOCK &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &kp C_MUTE &trans &trans &trans
&trans &trans &sys_reset &trans &trans &trans &trans &trans &kp C_VOL_DN &sys_reset &trans &trans
&bootloader &trans &trans &trans &trans &bootloader
>;
};