From 11ae141835b2ed06b57210cd6b2dad560727dae1 Mon Sep 17 00:00:00 2001 From: Alexander Franco <26696700+afranco20@users.noreply.github.com> Date: Mon, 19 Dec 2022 03:10:11 -0500 Subject: [PATCH] Fix description for selectively disabling animations (#19374) --- docs/feature_rgblight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 1159347112..060efaf1b3 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -165,7 +165,7 @@ The following options are used to tweak the various animations: |`RGBLIGHT_EFFECT_TWINKLE_PROBABILITY`|`1/127` |Adjusts how likely each LED is to twinkle (on each animation step) | ### Example Usage to Reduce Memory Footprint - 1. Selectively disable the animations you want to enable. The following would enable two animations and save about 4KiB: + 1. Use `#undef` to selectively disable animations. The following would disable two animations and save about 4KiB: ```diff #undef RGBLED_NUM