Enabled deep sleep

This commit is contained in:
Alejandro Angulo 2024-07-13 10:36:11 -07:00
parent ec8ee458df
commit 03685457ab
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -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