Enabling deep sleep and high power BLE transmit.

This commit is contained in:
Andrew Rae 2022-03-25 09:22:27 -04:00
parent 2f4bb88226
commit ce42da4e89

8
config/rae_dux.conf Normal file
View file

@ -0,0 +1,8 @@
# Use higher power BT for better connection
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
# Enable deep sleep support (default n)
CONFIG_ZMK_SLEEP=y
# Milliseconds of inactivity before entering deep sleep (default 900000)
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=5400000