re-map keys and disable override sleep
This commit is contained in:
parent
684f0c17ac
commit
e6c82b10a0
@ -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
|
||||
|
@ -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
|
||||
>;
|
||||
|
Loading…
Reference in New Issue
Block a user