From 2aa5451598c448bba403df70e7dcac6e278b715b Mon Sep 17 00:00:00 2001 From: Edder Rojas Date: Sun, 20 Feb 2022 21:08:56 -0600 Subject: [PATCH] disable sleep to test oleds --- config/corne.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index f57245a..0fd98f1 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -6,7 +6,7 @@ CONFIG_ZMK_DISPLAY=y # Allow to sleep -CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_SLEEP=n # CONFIG_ZMK_IDLE_TIMEOUT=30000 # Sleep timeout to 15 minutes # CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000