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
This commit is contained in:
Drashna Jaelre
2019-06-05 17:11:34 -07:00
committed by Florian Didron
parent f781b36aaa
commit 9b248baf43
6 changed files with 26 additions and 54 deletions
+1 -1
View File
@@ -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__)