Skip to content

Commit

Permalink
Disables rgblight twinkle by default. (qmk#13677)
Browse files Browse the repository at this point in the history
This takes up about 700 bytes of space, and needs to be swapped to
opt-in, rather than opt-out. Build failures in general on AVR due to the
scarcity of available flash. People can re-enable it by adding to their
keymap's config.h files:

```
  #define RGBLIGHT_EFFECT_TWINKLE
```
  • Loading branch information
tzarc authored Jul 24, 2021
1 parent 83a0d85 commit 489c0f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quantum/rgblight/rgblight.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
# define RGBLIGHT_EFFECT_STATIC_GRADIENT
# define RGBLIGHT_EFFECT_RGB_TEST
# define RGBLIGHT_EFFECT_ALTERNATING
# define RGBLIGHT_EFFECT_TWINKLE
#endif

#ifdef RGBLIGHT_STATIC_PATTERNS
Expand Down

0 comments on commit 489c0f9

Please sign in to comment.