diff options
| author | Dasky | 2022-02-27 02:50:44 +0100 |
|---|---|---|
| committer | GitHub | 2022-02-27 02:50:44 +0100 |
| commit | 259cf769664b075613399afd888e916a3b028897 (patch) | |
| tree | 2442d10316da8f03bf21e2a5de4df387951c3797 /docs/feature_rgb_matrix.md | |
| parent | c1e008b0520a983226622af21e82d7ebe24b83f3 (diff) | |
Link WS2812 driver page from rgb feature docs (#16366)
Diffstat (limited to 'docs/feature_rgb_matrix.md')
| -rw-r--r-- | docs/feature_rgb_matrix.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index a021779d43..e2312f2766 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md @@ -361,6 +361,8 @@ Configure the hardware via your `config.h`: #define DRIVER_LED_TOTAL 70 ``` +?> There are additional configuration options for ARM controllers that offer increased performance over the default bitbang driver. Please see [WS2812 Driver](ws2812_driver.md) for more information. + --- ### APA102 :id=apa102 |