Enabling deep sleep and high power BLE transmit.
This commit is contained in:
parent
2f4bb88226
commit
ce42da4e89
1 changed files with 8 additions and 0 deletions
8
config/rae_dux.conf
Normal file
8
config/rae_dux.conf
Normal 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
|
Loading…
Reference in a new issue