allow sleep timeout

This commit is contained in:
Edder Rojas 2021-09-08 00:17:22 -06:00
parent ee27716e9d
commit 9b3512166d

View File

@ -4,3 +4,10 @@
# Uncomment the following line to enable the Corne OLED Display
# CONFIG_ZMK_DISPLAY=y
# Allow sleep behavior in a timeout
CONFIG_ZMK_SLEEP=y
# Sleep timeout to 15 minutes
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
# sleep timeout to 90 seconds
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=90000