adjust keyboard layout. add second host buttons
This commit is contained in:
parent
ec79dad312
commit
62dc76e0e4
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -26,12 +26,12 @@
|
||||||
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
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue