From 9dd449ba96000a963746604a0ea58dd649c9542d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Thu, 2 May 2024 09:48:25 +0200 Subject: [PATCH] enable Deep sleep --- config/corax56.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/corax56.conf b/config/corax56.conf index e85548a..79dce90 100644 --- a/config/corax56.conf +++ b/config/corax56.conf @@ -16,8 +16,8 @@ CONFIG_NICE_VIEW_WIDGET_STATUS=y CONFIG_ZMK_IDLE_TIMEOUT=30000 -#CONFIG_ZMK_SLEEP=y -#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 +CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 # Increase bluetooth power CONFIG_BT_CTLR_TX_PWR_PLUS_8=y @@ -25,4 +25,4 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y # enforce windows to show keyboard battery CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=y -CONFIG_ZMK_EXT_POWER=y \ No newline at end of file +CONFIG_ZMK_EXT_POWER=y