Skip to content

Commit

Permalink
Update feature_rgblight.md (#21483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radther committed Sep 25, 2023
1 parent f888464 commit ee4e22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_rgblight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit ee4e22d

Please sign in to comment.