From 489c0f969d8aedf010b0d0d26eb7eca82db3bc93 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Sat, 24 Jul 2021 13:40:00 +1000 Subject: 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 ``` --- quantum/rgblight/rgblight.h | 1 - 1 file changed, 1 deletion(-) (limited to 'quantum/rgblight') diff --git a/quantum/rgblight/rgblight.h b/quantum/rgblight/rgblight.h index 58250a0888..49f82bdfc6 100644 --- a/quantum/rgblight/rgblight.h +++ b/quantum/rgblight/rgblight.h @@ -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 -- cgit v1.2.3