From cfb447d0f063261ac0e36fc99e1743c909660f2f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 26 Jan 2025 18:07:34 -0800 Subject: [PATCH] Remove extra TX power setting; 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 3148568..f896a7d 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=y # Enable eager debouncing CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1