From 35f0f4809ecea6afd3002eb8048f57bd65e0d69f Mon Sep 17 00:00:00 2001 From: kB01 Date: Thu, 9 Jan 2025 22:51:09 +0100 Subject: [PATCH] Enabled RGB --- config/corne.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index 7d8770a..817d79f 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -3,4 +3,13 @@ # CONFIG_WS2812_STRIP=y # Uncomment the following line to enable the Corne OLED Display -# CONFIG_ZMK_DISPLAY=y \ No newline at end of file +# CONFIG_ZMK_DISPLAY=y + +# RGB underglow +CONFIG_ZMK_RGB_UNDERGLOW=y +CONFIG_WS2812_STRIP=y + +# RGB backlight +CONFIG_ZMK_BACKLIGHT_ON_START=y + +