diff options
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index e9c192a4e..0f7b5ffb5 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -76,6 +76,10 @@ | |||
| 76 | #include "rgblight_types.h" | 76 | #include "rgblight_types.h" |
| 77 | #include "rgblight_list.h" | 77 | #include "rgblight_list.h" |
| 78 | 78 | ||
| 79 | #if defined(__AVR__) | ||
| 80 | #include <avr/pgmspace.h> | ||
| 81 | #endif | ||
| 82 | |||
| 79 | extern LED_TYPE led[RGBLED_NUM]; | 83 | extern LED_TYPE led[RGBLED_NUM]; |
| 80 | 84 | ||
| 81 | extern const uint8_t RGBLED_BREATHING_INTERVALS[4] PROGMEM; | 85 | extern const uint8_t RGBLED_BREATHING_INTERVALS[4] PROGMEM; |
