aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/light_ws2812.h
diff options
context:
space:
mode:
authorxyverz <xyverz@gmail.com>2017-01-08 21:47:08 -0800
committerxyverz <xyverz@gmail.com>2017-01-08 21:47:08 -0800
commit99521a448296902d15c597f4d2e170766c4afadb (patch)
tree8daa16747393c2cef6b897fbb88e74ef427df76e /quantum/light_ws2812.h
parent79343f1c6cde28c454eac0a577d0d7dbf3aa2f17 (diff)
parent176b93d08eb5cc0c65a6d571fc2c1fec5f575854 (diff)
downloadfirmware-99521a448296902d15c597f4d2e170766c4afadb.tar.gz
firmware-99521a448296902d15c597f4d2e170766c4afadb.tar.bz2
firmware-99521a448296902d15c597f4d2e170766c4afadb.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'quantum/light_ws2812.h')
-rwxr-xr-xquantum/light_ws2812.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/quantum/light_ws2812.h b/quantum/light_ws2812.h
index 9498e550e..2f78c20fc 100755
--- a/quantum/light_ws2812.h
+++ b/quantum/light_ws2812.h
@@ -18,13 +18,6 @@
//#include "ws2812_config.h"
//#include "i2cmaster.h"
-#define LIGHT_I2C 1
-#define LIGHT_I2C_ADDR 0x84
-#define LIGHT_I2C_ADDR_WRITE ( (LIGHT_I2C_ADDR<<1) | I2C_WRITE )
-#define LIGHT_I2C_ADDR_READ ( (LIGHT_I2C_ADDR<<1) | I2C_READ )
-
-#define RGBW 1
-
#ifdef RGBW
#define LED_TYPE struct cRGBW
#else