diff --git a/app/boards/shields/bluehand/bluehand.conf b/app/boards/shields/bluehand/bluehand.conf index 397ac719..f4aac8ad 100644 --- a/app/boards/shields/bluehand/bluehand.conf +++ b/app/boards/shields/bluehand/bluehand.conf @@ -3,6 +3,7 @@ # Copyright (c) 2021 DonPavlov # SPDX-License-Identifier: MIT + # Turn on deep sleep CONFIG_ZMK_SLEEP=y -CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 \ No newline at end of file +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 diff --git a/app/boards/shields/bluehand/bluehand.keymap b/app/boards/shields/bluehand/bluehand.keymap index 766a3214..70957f23 100644 --- a/app/boards/shields/bluehand/bluehand.keymap +++ b/app/boards/shields/bluehand/bluehand.keymap @@ -26,12 +26,12 @@ nav_layer { // ----------------------- // | F19 | F20 | F21 | F22 | -// | - | F23 | F24 | - | +// | - | F23 | BT_SEL 0 | BT_SEL 1 | // ----------------------- bindings = < &kp F19 &kp F20 &kp F21 &kp F22 - &trans &kp F23 &kp F24 &trans + &trans &kp F23 &bt BT_SEL 0 &bt BT_SEL 1 >; }; }; -}; \ No newline at end of file +};