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