aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--quantum/rgblight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c
index c6d84ccd6..3297f3a71 100644
--- a/quantum/rgblight.c
+++ b/quantum/rgblight.c
@@ -982,7 +982,7 @@ void rgblight_task(void) {
982# ifndef RGBLIGHT_BREATHE_TABLE_SIZE 982# ifndef RGBLIGHT_BREATHE_TABLE_SIZE
983# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256 or 128 or 64 983# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256 or 128 or 64
984# endif 984# endif
985# include "rgblight_breathe_table.h" 985# include <rgblight_breathe_table.h>
986# endif 986# endif
987 987
988__attribute__((weak)) const uint8_t RGBLED_BREATHING_INTERVALS[] PROGMEM = {30, 20, 10, 5}; 988__attribute__((weak)) const uint8_t RGBLED_BREATHING_INTERVALS[] PROGMEM = {30, 20, 10, 5};