diff options
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index acb288c..4341df1 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -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 |