From 1334099bf2183a214e7e543a4cf3963a340879fb Mon Sep 17 00:00:00 2001 From: Daniel Bauer <4690162+dnlbauer@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:52:55 +0200 Subject: [PATCH] Trigger deepsleep after 1hr instead of 15min --- config/corax.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/corax.conf b/config/corax.conf index 2bdc69c..803fe1a 100644 --- a/config/corax.conf +++ b/config/corax.conf @@ -17,7 +17,8 @@ CONFIG_NICE_VIEW_WIDGET_STATUS=y CONFIG_ZMK_IDLE_TIMEOUT=30000 CONFIG_ZMK_SLEEP=y -CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 +# enter deepsleep after 3600000 ms (1hr) +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000 # Increase bluetooth power CONFIG_BT_CTLR_TX_PWR_PLUS_8=y