From 03685457ab06b3e33674d1d776fea6af565b96e9 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 13 Jul 2024 10:36:11 -0700 Subject: [PATCH] Enabled deep sleep --- config/corne.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 0a79719..eac90e4 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -4,12 +4,14 @@ # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y -# -# # Uncomment the following line to enable deep sleep -# CONFIG_ZMK_SLEEP=y + +# Uncomment the following lines to enable deep sleep +CONFIG_ZMK_SLEEP=y +# 5 minutes of inactivity to enter deep sleep +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=300000 # 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