Browse Source

Link WS2812 driver page from rgb feature docs (#16366)

pull/15971/head
Dasky 2 years ago
committed by GitHub
parent
commit
259cf76966
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      docs/feature_rgb_matrix.md
  2. +2
    -0
      docs/feature_rgblight.md

+ 2
- 0
docs/feature_rgb_matrix.md View File

@ -361,6 +361,8 @@ Configure the hardware via your `config.h`:
#define DRIVER_LED_TOTAL 70
```
?> There are additional configuration options for ARM controllers that offer increased performance over the default bitbang driver. Please see [WS2812 Driver](ws2812_driver.md) for more information.
---
### APA102 :id=apa102


+ 2
- 0
docs/feature_rgblight.md View File

@ -22,6 +22,8 @@ On keyboards with onboard RGB LEDs, it is usually enabled by default. If it is n
RGBLIGHT_ENABLE = yes
```
?> There are additional configuration options for ARM controllers that offer increased performance over the default WS2812 bitbang driver. Please see [WS2812 Driver](ws2812_driver.md) for more information.
For APA102 LEDs, add the following to your `rules.mk`:
```make


Loading…
Cancel
Save