From a1a6696f4a1ecf3358b3b7ca415188cdf33d09d6 Mon Sep 17 00:00:00 2001 From: Marco Massarelli <60667061+ceoloide@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:54:40 -0500 Subject: [PATCH] Add system reset key --- boards/shields/corney_island/corney_island.keymap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/shields/corney_island/corney_island.keymap b/boards/shields/corney_island/corney_island.keymap index 711574a..dcea299 100644 --- a/boards/shields/corney_island/corney_island.keymap +++ b/boards/shields/corney_island/corney_island.keymap @@ -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 >; };