summaryrefslogtreecommitdiff
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-06-05 17:11:34 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-06-06 09:11:34 +0900
commit9b248baf4399a6cbe3688a437cdbec7b267f8631 (patch)
treeee462740daa5654f35fc01d4ea6b8b36559e1b95 /quantum/rgblight.h
parentf781b36aaa88f8748d9db62f9980d8bb9bd35e9b (diff)
Moving rgb typedefs into a single location (#5978) (#69)
Because someone named the define poorly Using full relative path as handwired/promethium has a color.h file
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index 064522a2b0..cba18ae729 100644
--- a/quantum/rgblight.h
+++ b/quantum/rgblight.h
@@ -132,7 +132,7 @@ enum RGBLIGHT_EFFECT_MODE {
#ifndef RGBLIGHT_CUSTOM_DRIVER
#include "ws2812.h"
#endif
-#include "rgblight_types.h"
+#include "color.h"
#include "rgblight_list.h"
#if defined(__AVR__)