From 0025ccea2e749fc2cf6a1799c642bb46c398ca26 Mon Sep 17 00:00:00 2001 From: kB01 Date: Wed, 4 Sep 2024 20:53:51 +0200 Subject: [PATCH] Enabled Encoders, Enabled RGB --- config/kyria_rev3.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/kyria_rev3.conf b/config/kyria_rev3.conf index 7a0b5b6..ed1348d 100644 --- a/config/kyria_rev3.conf +++ b/config/kyria_rev3.conf @@ -1,10 +1,10 @@ # Uncomment these two line to add support for encoders to your firmware -# CONFIG_EC11=y -# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y +CONFIG_EC11=y +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 -# CONFIG_ZMK_RGB_UNDERGLOW=y -# CONFIG_WS2812_STRIP=y +CONFIG_ZMK_RGB_UNDERGLOW=y +CONFIG_WS2812_STRIP=y