aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index 7acd5a257..c1b3378b3 100644
--- a/quantum/rgblight.h
+++ b/quantum/rgblight.h
@@ -62,7 +62,10 @@
62#include <stdint.h> 62#include <stdint.h>
63#include <stdbool.h> 63#include <stdbool.h>
64#include "eeconfig.h" 64#include "eeconfig.h"
65#ifndef RGBLIGHT_CUSTOM_DRIVER
65#include "ws2812.h" 66#include "ws2812.h"
67#endif
68#include "rgblight_types.h"
66 69
67extern LED_TYPE led[RGBLED_NUM]; 70extern LED_TYPE led[RGBLED_NUM];
68 71