diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-19 08:10:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-19 08:10:51 +0000 |
commit | 2e36bde6594a466d8b0e275767dd09f029fd5de9 (patch) | |
tree | f6da1221bb08cc6f450ef3a0b874fb7fe6f99b15 /docs | |
parent | 05a2f0453a7a172de8ffa438955c48d56d7cdd74 (diff) | |
parent | 11ae141835b2ed06b57210cd6b2dad560727dae1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_rgblight.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |