From e97defb7053cfa32080a601c6349c605f9232d13 Mon Sep 17 00:00:00 2001 From: Deividas Petraitis Date: Tue, 12 Mar 2024 19:25:30 +0200 Subject: [PATCH] Disable logging, enable deep sleep --- config/think_corne.conf | 4 ++++ config/think_corne_left.conf | 2 +- config/think_corne_right.conf | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/think_corne.conf b/config/think_corne.conf index 2fcc6f8..85728f0 100644 --- a/config/think_corne.conf +++ b/config/think_corne.conf @@ -5,6 +5,10 @@ CONFIG_WS2812_STRIP=n # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y +# Enable deep sleep support +CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 + # # Configure PS2 Mouse Settings # diff --git a/config/think_corne_left.conf b/config/think_corne_left.conf index a369b05..ae8eb3a 100644 --- a/config/think_corne_left.conf +++ b/config/think_corne_left.conf @@ -2,4 +2,4 @@ # Logging # -CONFIG_ZMK_USB_LOGGING=y +CONFIG_ZMK_USB_LOGGING=n diff --git a/config/think_corne_right.conf b/config/think_corne_right.conf index a369b05..ae8eb3a 100644 --- a/config/think_corne_right.conf +++ b/config/think_corne_right.conf @@ -2,4 +2,4 @@ # Logging # -CONFIG_ZMK_USB_LOGGING=y +CONFIG_ZMK_USB_LOGGING=n