diff options
| author | Nick Brassel <nick@tzarc.org> | 2021-07-24 13:40:00 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-24 13:40:00 +1000 |
| commit | 489c0f969d8aedf010b0d0d26eb7eca82db3bc93 (patch) | |
| tree | d6d7db029b0b14366b4372c5f3ec58a470240574 | |
| parent | 83a0d85f2b1b9d640f866bcb1e1906a77af102f7 (diff) | |
| download | qmk_firmware-489c0f969d8aedf010b0d0d26eb7eca82db3bc93.tar.gz qmk_firmware-489c0f969d8aedf010b0d0d26eb7eca82db3bc93.zip | |
Disables rgblight twinkle by default. (#13677)
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
```
| -rw-r--r-- | quantum/rgblight/rgblight.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/rgblight/rgblight.h b/quantum/rgblight/rgblight.h index 58250a088..49f82bdfc 100644 --- a/quantum/rgblight/rgblight.h +++ b/quantum/rgblight/rgblight.h | |||
| @@ -79,7 +79,6 @@ | |||
| 79 | # define RGBLIGHT_EFFECT_STATIC_GRADIENT | 79 | # define RGBLIGHT_EFFECT_STATIC_GRADIENT |
| 80 | # define RGBLIGHT_EFFECT_RGB_TEST | 80 | # define RGBLIGHT_EFFECT_RGB_TEST |
| 81 | # define RGBLIGHT_EFFECT_ALTERNATING | 81 | # define RGBLIGHT_EFFECT_ALTERNATING |
| 82 | # define RGBLIGHT_EFFECT_TWINKLE | ||
| 83 | #endif | 82 | #endif |
| 84 | 83 | ||
| 85 | #ifdef RGBLIGHT_STATIC_PATTERNS | 84 | #ifdef RGBLIGHT_STATIC_PATTERNS |
