Enabled deep sleep
This commit is contained in:
parent
ec8ee458df
commit
03685457ab
|
@ -4,12 +4,14 @@
|
||||||
|
|
||||||
# Uncomment the following line to enable the Corne OLED Display
|
# Uncomment the following line to enable the Corne OLED Display
|
||||||
# CONFIG_ZMK_DISPLAY=y
|
# CONFIG_ZMK_DISPLAY=y
|
||||||
#
|
|
||||||
# # Uncomment the following line to enable deep sleep
|
# Uncomment the following lines to enable deep sleep
|
||||||
# CONFIG_ZMK_SLEEP=y
|
CONFIG_ZMK_SLEEP=y
|
||||||
|
# 5 minutes of inactivity to enter deep sleep
|
||||||
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=300000
|
||||||
|
|
||||||
# Uncomment the following line to increase the keyboard's wireless range
|
# Uncomment the following line to increase the keyboard's wireless range
|
||||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||||
|
|
||||||
# Enable eager debouncing
|
# Enable eager debouncing
|
||||||
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
|
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
|
||||||
|
|
Loading…
Reference in a new issue