From 0be904c34f6a7d709fd5e292d56b183469c4a9e7 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 8 Nov 2020 10:33:56 -0600 Subject: fix(underglow): Add CONFIG_ to underglow Kconfigs --- app/boards/shields/corne/corne.conf | 2 +- app/boards/shields/microdox/microdox.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/boards') diff --git a/app/boards/shields/corne/corne.conf b/app/boards/shields/corne/corne.conf index b79385b..974243c 100644 --- a/app/boards/shields/corne/corne.conf +++ b/app/boards/shields/corne/corne.conf @@ -1,5 +1,5 @@ # Uncomment the following lines to enable the Corne RGB Underglow -# ZMK_RGB_UNDERGLOW=y +# CONFIG_ZMK_RGB_UNDERGLOW=y # CONFIG_WS2812_STRIP=y # Uncomment the following line to enable the Corne OLED Display diff --git a/app/boards/shields/microdox/microdox.conf b/app/boards/shields/microdox/microdox.conf index b79385b..974243c 100644 --- a/app/boards/shields/microdox/microdox.conf +++ b/app/boards/shields/microdox/microdox.conf @@ -1,5 +1,5 @@ # Uncomment the following lines to enable the Corne RGB Underglow -# ZMK_RGB_UNDERGLOW=y +# CONFIG_ZMK_RGB_UNDERGLOW=y # CONFIG_WS2812_STRIP=y # Uncomment the following line to enable the Corne OLED Display -- cgit v1.2.3