diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-11-10 14:37:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 14:37:48 -0500 |
commit | 3b9130096060759737844331ebd2c0668400dd0c (patch) | |
tree | 5ea4d0bf00b454757aafc955d3d5cc150cc29bef /app/boards/shields | |
parent | 348a44a8a387e38922e7e275b1ba9af790648016 (diff) | |
parent | 413a917d1492ede36f9c5cc4495596a85f43deb1 (diff) |
Merge pull request #345 from Nicell/underglow/add-config_
fix(underglow): Add CONFIG_ to underglow Kconfigs
Diffstat (limited to 'app/boards/shields')
-rw-r--r-- | app/boards/shields/corne/corne.conf | 2 | ||||
-rw-r--r-- | app/boards/shields/microdox/microdox.conf | 2 |
2 files changed, 2 insertions, 2 deletions
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 253c94e..0d38398 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 Microdox RGB Underglow -# ZMK_RGB_UNDERGLOW=y +# CONFIG_ZMK_RGB_UNDERGLOW=y # CONFIG_WS2812_STRIP=y # Uncomment the following line to enable the Microdox OLED Display |