mirror of
https://github.com/zoriya/abyss.git
synced 2025-12-06 06:36:16 +00:00
Change deep sleep timing to 20min
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Enable deep sleep support (default n)
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
|
||||
# Milliseconds of inactivity before entering deep sleep (default 900000) (set to 5min)
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=300000
|
||||
# Milliseconds of inactivity before entering deep sleep (default 900000) (set to 20min)
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1200000
|
||||
|
||||
# better bluetooth
|
||||
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
|
||||
|
||||
Reference in New Issue
Block a user