From 5907ab77523d648babc32b593bae64fdbf61c02a Mon Sep 17 00:00:00 2001 From: zvecr Date: Sun, 27 Feb 2022 01:52:32 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20259cf769664b075613399afd888e916a3b028897=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_rgb_matrix.md | 2 ++ feature_rgblight.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/feature_rgb_matrix.md b/feature_rgb_matrix.md index a021779d43..e2312f2766 100644 --- a/feature_rgb_matrix.md +++ b/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 diff --git a/feature_rgblight.md b/feature_rgblight.md index 194daee294..08e820c0a6 100644 --- a/feature_rgblight.md +++ b/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