aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_rgb_matrix.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_rgb_matrix.md')
-rw-r--r--docs/feature_rgb_matrix.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md
index 8d6bb934e..f3189bf84 100644
--- a/docs/feature_rgb_matrix.md
+++ b/docs/feature_rgb_matrix.md
@@ -10,7 +10,7 @@ If you want to use single color LED's you should use the [LED Matrix Subsystem](
10 10
11There is basic support for addressable RGB matrix lighting with the I2C IS31FL3731 RGB controller. To enable it, add this to your `rules.mk`: 11There is basic support for addressable RGB matrix lighting with the I2C IS31FL3731 RGB controller. To enable it, add this to your `rules.mk`:
12 12
13```makefile 13```make
14RGB_MATRIX_ENABLE = yes 14RGB_MATRIX_ENABLE = yes
15RGB_MATRIX_DRIVER = IS31FL3731 15RGB_MATRIX_DRIVER = IS31FL3731
16``` 16```
@@ -71,7 +71,7 @@ Where `Cx_y` is the location of the LED in the matrix defined by [the datasheet]
71 71
72There is basic support for addressable RGB matrix lighting with the I2C IS31FL3733 RGB controller. To enable it, add this to your `rules.mk`: 72There is basic support for addressable RGB matrix lighting with the I2C IS31FL3733 RGB controller. To enable it, add this to your `rules.mk`:
73 73
74```makefile 74```make
75RGB_MATRIX_ENABLE = yes 75RGB_MATRIX_ENABLE = yes
76RGB_MATRIX_DRIVER = IS31FL3733 76RGB_MATRIX_DRIVER = IS31FL3733
77``` 77```
@@ -141,7 +141,7 @@ Where `X_Y` is the location of the LED in the matrix defined by [the datasheet](
141 141
142There is basic support for addressable RGB matrix lighting with the I2C IS31FL3737 RGB controller. To enable it, add this to your `rules.mk`: 142There is basic support for addressable RGB matrix lighting with the I2C IS31FL3737 RGB controller. To enable it, add this to your `rules.mk`:
143 143
144```makefile 144```make
145RGB_MATRIX_ENABLE = yes 145RGB_MATRIX_ENABLE = yes
146RGB_MATRIX_DRIVER = IS31FL3737 146RGB_MATRIX_DRIVER = IS31FL3737
147``` 147```
@@ -206,7 +206,7 @@ Where `X_Y` is the location of the LED in the matrix defined by [the datasheet](
206 206
207There is basic support for addressable RGB matrix lighting with a WS2811/WS2812{a,b,c} addressable LED strand. To enable it, add this to your `rules.mk`: 207There is basic support for addressable RGB matrix lighting with a WS2811/WS2812{a,b,c} addressable LED strand. To enable it, add this to your `rules.mk`:
208 208
209```makefile 209```make
210RGB_MATRIX_ENABLE = yes 210RGB_MATRIX_ENABLE = yes
211RGB_MATRIX_DRIVER = WS2812 211RGB_MATRIX_DRIVER = WS2812
212``` 212```
@@ -226,7 +226,7 @@ Configure the hardware via your `config.h`:
226 226
227There is basic support for APA102 based addressable LED strands. To enable it, add this to your `rules.mk`: 227There is basic support for APA102 based addressable LED strands. To enable it, add this to your `rules.mk`:
228 228
229```makefile 229```make
230RGB_MATRIX_ENABLE = yes 230RGB_MATRIX_ENABLE = yes
231RGB_MATRIX_DRIVER = APA102 231RGB_MATRIX_DRIVER = APA102
232``` 232```
@@ -246,7 +246,7 @@ Configure the hardware via your `config.h`:
246### AW20216 :id=aw20216 246### AW20216 :id=aw20216
247There is basic support for addressable RGB matrix lighting with the SPI AW20216 RGB controller. To enable it, add this to your `rules.mk`: 247There is basic support for addressable RGB matrix lighting with the SPI AW20216 RGB controller. To enable it, add this to your `rules.mk`:
248 248
249```makefile 249```make
250RGB_MATRIX_ENABLE = yes 250RGB_MATRIX_ENABLE = yes
251RGB_MATRIX_DRIVER = AW20216 251RGB_MATRIX_DRIVER = AW20216
252``` 252```