From 78e8bf5c6d0e08a5b9b06541ae260b5b3a9f3bfb Mon Sep 17 00:00:00 2001 From: kB01 Date: Wed, 4 Sep 2024 21:27:25 +0200 Subject: [PATCH] Enabled Backlight per Default --- config/kyria_rev3.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/kyria_rev3.conf b/config/kyria_rev3.conf index ed1348d..21ec8f1 100644 --- a/config/kyria_rev3.conf +++ b/config/kyria_rev3.conf @@ -5,6 +5,9 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y # Uncomment the following line to enable the Kyria OLED Display # CONFIG_ZMK_DISPLAY=y -# Uncomment the following lines to enable RGB underglow +# RGB underglow CONFIG_ZMK_RGB_UNDERGLOW=y CONFIG_WS2812_STRIP=y + +# RGB backlight +CONFIG_ZMK_BACKLIGHT_ON_START=y \ No newline at end of file