From 684f0c17ac2a224d657d831640774b0ce1b03433 Mon Sep 17 00:00:00 2001 From: Edder Rojas Date: Sun, 20 Feb 2022 19:24:40 -0600 Subject: [PATCH] Enable oled --- config/corne.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 6e2c7d3..ae112ec 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -3,10 +3,10 @@ # CONFIG_WS2812_STRIP=y # Uncomment the following line to enable the Corne OLED Display -# CONFIG_ZMK_DISPLAY=y +CONFIG_ZMK_DISPLAY=y # Allow to sleep CONFIG_ZMK_SLEEP=y CONFIG_ZMK_IDLE_TIMEOUT=30000 # Sleep timeout to 15 minutes -CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 \ No newline at end of file +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000