summaryrefslogtreecommitdiff
path: root/docs/feature_rgblight.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-09-25 01:44:31 +0000
committerQMK Bot <hello@qmk.fm>2023-09-25 01:44:31 +0000
commit28215616187c335788b38f7e034e7981a316877a (patch)
tree99c4ab171b1935590308af26cba6bac0473ce881 /docs/feature_rgblight.md
parenta69262398ff9847685a977c68ba276fba91516b7 (diff)
parentee4e22d5ea49fdf641671eb34c913cf5ec445e5a (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/feature_rgblight.md')
-rw-r--r--docs/feature_rgblight.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md
index 2bdfe6a7cf..963f475791 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`: