Add system reset key
This commit is contained in:
parent
82bd2fe4f8
commit
a1a6696f4a
|
|
@ -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
|
||||
>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue