Skip to content

Commit

Permalink
Fix description for selectively disabling animations (qmk#19374)
Browse files Browse the repository at this point in the history
  • Loading branch information
afranco20 authored and omikronik committed Jan 22, 2023
1 parent fee7791 commit b54a6a5
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 b54a6a5

Please sign in to comment.