summaryrefslogtreecommitdiffstats
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h4
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 @@
#include "rgblight_types.h"
#include "rgblight_list.h"
+#if defined(__AVR__)
+ #include <avr/pgmspace.h>
+#endif
+
extern LED_TYPE led[RGBLED_NUM];
extern const uint8_t RGBLED_BREATHING_INTERVALS[4] PROGMEM;