Skip to content

Commit

Permalink
Link WS2812 driver page from rgb feature docs (qmk#16366)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskygit committed Feb 27, 2022
1 parent c1e008b commit 259cf76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/feature_rgb_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/feature_rgblight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 259cf76

Please sign in to comment.