From 43f6d798be70ef247b0717730ec34202cb81e96d Mon Sep 17 00:00:00 2001 From: Nick Winans Date: Tue, 15 Dec 2020 13:22:16 -0600 Subject: feat(ext-power): Cut power when PM is sleeping --- app/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Kconfig') 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 -- cgit v1.2.3