diff --git a/quantum/rgblight.c b/quantum/rgblight.c index c6d84ccd66..3297f3a710 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c @@ -982,7 +982,7 @@ void rgblight_task(void) { # ifndef RGBLIGHT_BREATHE_TABLE_SIZE # define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256 or 128 or 64 # endif -# include "rgblight_breathe_table.h" +# include # endif __attribute__((weak)) const uint8_t RGBLED_BREATHING_INTERVALS[] PROGMEM = {30, 20, 10, 5};