From 1df041f68d635de87681cdb9a370f242be4204c2 Mon Sep 17 00:00:00 2001 From: Edder Rojas Date: Wed, 8 Sep 2021 00:25:58 -0600 Subject: [PATCH] 15 minutes to sleep timeout --- config/corne.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 567797a..6e2c7d3 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -5,9 +5,8 @@ # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y -# Allow sleep behavior in a timeout +# Allow to sleep CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_IDLE_TIMEOUT=30000 # Sleep timeout to 15 minutes -# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 -# sleep timeout to 90 seconds -CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=90000 \ No newline at end of file +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 \ No newline at end of file