qmk_firmware/quantum/rgblight
Nick Brassel 489c0f969d
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
```
2021-07-24 13:40:00 +10:00
..
rgblight.c Retain brightness with lighting layers (#13025) 2021-07-21 23:46:12 -07:00
rgblight.h Disables rgblight twinkle by default. (#13677) 2021-07-24 13:40:00 +10:00
rgblight_breathe_table.h
rgblight_list.h Relocate RGB/HSV color defs to a more fitting place (#13377) 2021-06-29 19:15:58 +01:00
rgblight_modes.h
rgblight_post_config.h