summaryrefslogtreecommitdiffstats
path: root/docs/feature_rgblight.md
diff options
context:
space:
mode:
authorDasky <32983009+daskygit@users.noreply.github.com>2022-02-27 01:50:44 +0000
committerGitHub <noreply@github.com>2022-02-27 01:50:44 +0000
commit259cf769664b075613399afd888e916a3b028897 (patch)
tree2442d10316da8f03bf21e2a5de4df387951c3797 /docs/feature_rgblight.md
parentc1e008b0520a983226622af21e82d7ebe24b83f3 (diff)
Link WS2812 driver page from rgb feature docs (#16366)
Diffstat (limited to 'docs/feature_rgblight.md')
-rw-r--r--docs/feature_rgblight.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md
index 194daee294..08e820c0a6 100644
--- a/docs/feature_rgblight.md
+++ b/docs/feature_rgblight.md
@@ -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