From 62dc76e0e4a0bdfee30d56c43ae538c8c226dfc0 Mon Sep 17 00:00:00 2001 From: DonPavlov <1541649+DonPavlov@users.noreply.github.com> Date: Wed, 25 Aug 2021 18:22:18 +0000 Subject: [PATCH] adjust keyboard layout. add second host buttons --- app/boards/shields/bluehand/bluehand.conf | 3 ++- app/boards/shields/bluehand/bluehand.keymap | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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 +};