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
@@ -25,7 +25,7 @@
#include <avr/io.h>
#include <avr/interrupt.h>
#include "rgblight_types.h"
#include "color.h"
/* User Interface
+1 -1
View File
@@ -28,7 +28,7 @@
//#include "ws2812_config.h"
//#include "i2cmaster.h"
#include "rgblight_types.h"
#include "quantum/color.h"
/* User Interface
*