diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-15 21:17:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 21:17:14 -0400 |
commit | 94549b4a07985e9b1a462bb64f67c8ade466e377 (patch) | |
tree | 0a757e59c28ea6dd787f7d6e6d308f81de7f1368 /app | |
parent | ee5900686bdb921beccf87566cb1ba4977059f99 (diff) | |
parent | 2863f150063bc4a31cc819efe973b59b45a10d10 (diff) |
Merge pull request #89 from Nicell/underglow/fix-configs
Add missing configuration values for RGB underglow
Diffstat (limited to 'app')
-rw-r--r-- | app/boards/shields/corne/corne.conf | 3 | ||||
-rw-r--r-- | app/boards/shields/kyria/kyria.conf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app/boards/shields/corne/corne.conf b/app/boards/shields/corne/corne.conf index c8e3c00..b79385b 100644 --- a/app/boards/shields/corne/corne.conf +++ b/app/boards/shields/corne/corne.conf @@ -1,5 +1,6 @@ -# Uncomment the following line to enable the Corne RGB Underglow +# Uncomment the following lines to enable the Corne RGB Underglow # ZMK_RGB_UNDERGLOW=y +# CONFIG_WS2812_STRIP=y # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y diff --git a/app/boards/shields/kyria/kyria.conf b/app/boards/shields/kyria/kyria.conf index fa98d1c..7a0b5b6 100644 --- a/app/boards/shields/kyria/kyria.conf +++ b/app/boards/shields/kyria/kyria.conf @@ -5,5 +5,6 @@ # Uncomment the following line to enable the Kyria OLED Display # CONFIG_ZMK_DISPLAY=y -# Uncomment the following line to enable RGB underglow +# Uncomment the following lines to enable RGB underglow # CONFIG_ZMK_RGB_UNDERGLOW=y +# CONFIG_WS2812_STRIP=y |