re-map keys and disable override sleep

This commit is contained in:
Edder Rojas 2022-02-20 20:20:59 -06:00
parent 684f0c17ac
commit e6c82b10a0
2 changed files with 5 additions and 5 deletions

View File

@ -7,6 +7,6 @@ CONFIG_ZMK_DISPLAY=y
# Allow to sleep
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_TIMEOUT=30000
# CONFIG_ZMK_IDLE_TIMEOUT=30000
# Sleep timeout to 15 minutes
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000

View File

@ -59,13 +59,13 @@
};
adjust_layer {
// -----------------------------------------------------------------------------------------
// | ESC | | | | | | | | | | | | BKSP |
// | MUTE |VOLDN|VOLUP| PREV| NEXT| PLAY| | BT1 | BT2 | BT3 | BT4 | BT5 | BTCLR|
// | CAPS | | | | BRID| BRIU| | | | | | | |
// | CAPS | | | | | | | | | | | | |
// | | | | | BRID| BRIU| | | | | | | |
// | GUI | | ENT | | SPC | | ALT |
bindings = <
&kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp C_PREV &kp C_NEXT &kp C_PP &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp C_PREV &kp C_NEXT &kp C_PP &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR
&kp CAPS &trans &trans &trans &kp C_BRI_DN &kp C_BRI_UP &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans
>;