adjust keyboard layout. add second host buttons

This commit is contained in:
DonPavlov 2021-08-25 18:22:18 +00:00
parent ec79dad312
commit 62dc76e0e4
2 changed files with 5 additions and 4 deletions

View file

@ -3,6 +3,7 @@
# Copyright (c) 2021 DonPavlov # Copyright (c) 2021 DonPavlov
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Turn on deep sleep # Turn on deep sleep
CONFIG_ZMK_SLEEP=y CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000

View file

@ -26,11 +26,11 @@
nav_layer { nav_layer {
// ----------------------- // -----------------------
// | F19 | F20 | F21 | F22 | // | F19 | F20 | F21 | F22 |
// | - | F23 | F24 | - | // | - | F23 | BT_SEL 0 | BT_SEL 1 |
// ----------------------- // -----------------------
bindings = < bindings = <
&kp F19 &kp F20 &kp F21 &kp F22 &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
>; >;
}; };
}; };