diff options
author | CrossR <r.cross@lancaster.ac.uk> | 2020-08-16 12:25:47 +0100 |
---|---|---|
committer | CrossR <r.cross@lancaster.ac.uk> | 2020-08-16 12:25:47 +0100 |
commit | e593e971ecf5c442b3c558676a9248b71b2aae4d (patch) | |
tree | 5cb6b27e8244f637c5565ec90fe000ec2768aa23 /app/boards/shields | |
parent | 45ddd4c2ae6aadfad990a688d1d7e82406f075d8 (diff) | |
parent | 94549b4a07985e9b1a462bb64f67c8ade466e377 (diff) |
Merge branch 'main' into CrossR/Sofle
Diffstat (limited to 'app/boards/shields')
-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 |