diff options
author | Tom singleton <Radther@users.noreply.github.com> | 2023-09-25 02:43:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 11:43:55 +1000 |
commit | ee4e22d5ea49fdf641671eb34c913cf5ec445e5a (patch) | |
tree | 2646b6cda5bf13c623459e98b5c744d816dc1d63 /docs | |
parent | f8884640b04850596a824d31a19e29d29fccb489 (diff) |
Update feature_rgblight.md (#21483)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_rgblight.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 39b7e6a6f1..5aeffa81b8 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -22,7 +22,7 @@ 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. +?> 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. Also if you are using an RP2040 based board you will need to use the `vendor` driver detailed in the [PIO section here](ws2812_driver.md#pio). For APA102 LEDs, add the following to your `rules.mk`: |