Skip to content

Commit

Permalink
Fix description for selectively disabling animations (#19374)
Browse files Browse the repository at this point in the history
  • Loading branch information
afranco20 authored Dec 19, 2022
1 parent 6a80b72 commit 11ae141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_rgblight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11ae141

Please sign in to comment.