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