feat(ext-power): Cut power when PM is sleeping
This commit is contained in:
parent
87dbd4ca28
commit
43f6d798be
3 changed files with 53 additions and 0 deletions
|
|
@ -234,6 +234,9 @@ choice SYS_PM_POLICY
|
|||
default SYS_PM_POLICY_APP
|
||||
endchoice
|
||||
|
||||
config DEVICE_POWER_MANAGEMENT
|
||||
default y
|
||||
|
||||
config ZMK_IDLE_SLEEP_TIMEOUT
|
||||
int "Milliseconds of inactivity before entering deep sleep"
|
||||
default 900000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue