From d4a1553fcceb614f26e767bfe1b7f343a4878eda Mon Sep 17 00:00:00 2001 From: LoopControl Date: Sun, 18 Feb 2024 16:16:24 -0500 Subject: [PATCH] Update corne.conf - enable deep sleep --- config/corne.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 31485688..b2f55a82 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,8 +1,8 @@ # Uncomment the following line to enable deep sleep -# CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_SLEEP=y # Uncomment the following line to increase the keyboard's wireless range -CONFIG_BT_CTLR_TX_PWR_PLUS_8=y +CONFIG_BT_CTLR_TX_PWR_PLUS_8=n # Enable eager debouncing CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1