From 01e6faf15405a0598c94f5f75a9ee3ac04e3061a Mon Sep 17 00:00:00 2001 From: "Chow Castro, Marcos" Date: Wed, 7 Dec 2022 19:32:52 +0100 Subject: [PATCH] test for CONFIG_ZMK_RGB_UNDERGLOW=y --- config/corne.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 7196205..01dc4f5 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,7 +1,7 @@ # Uncomment the following lines to enable the Corne RGB Underglow -# CONFIG_ZMK_RGB_UNDERGLOW=y -CONFIG_ZMK_BACKLIGHT=y -# CONFIG_WS2812_STRIP=y +CONFIG_ZMK_RGB_UNDERGLOW=y +CONFIG_WS2812_STRIP=y +# CONFIG_ZMK_BACKLIGHT=y # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y