diff options
author | QMK Bot <hello@qmk.fm> | 2023-09-25 01:51:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-09-25 01:51:10 +0000 |
commit | 7a761ebf7dfc4aa27132583a9a7ba7790df72b32 (patch) | |
tree | 464998f3ba6753821a8b56e529566ff6a47df8f3 | |
parent | 28215616187c335788b38f7e034e7981a316877a (diff) | |
parent | 9b429bd12d6375e6141629af9c330072b6c3c024 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-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 963f475791..2bdfe6a7cf 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. 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). +?> 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`: |