diff options
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r-- | quantum/rgblight.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index 58250a088..c05870f49 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
@@ -170,15 +170,12 @@ enum RGBLIGHT_EFFECT_MODE { | |||
170 | 170 | ||
171 | #include <stdint.h> | 171 | #include <stdint.h> |
172 | #include <stdbool.h> | 172 | #include <stdbool.h> |
173 | #include "progmem.h" | ||
173 | #include "eeconfig.h" | 174 | #include "eeconfig.h" |
174 | #include "ws2812.h" | 175 | #include "ws2812.h" |
175 | #include "color.h" | 176 | #include "color.h" |
176 | #include "rgblight_list.h" | 177 | #include "rgblight_list.h" |
177 | 178 | ||
178 | #if defined(__AVR__) | ||
179 | # include <avr/pgmspace.h> | ||
180 | #endif | ||
181 | |||
182 | #ifdef RGBLIGHT_LAYERS | 179 | #ifdef RGBLIGHT_LAYERS |
183 | typedef struct { | 180 | typedef struct { |
184 | uint8_t index; // The first LED to light | 181 | uint8_t index; // The first LED to light |