diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2017-01-07 08:45:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-07 08:45:19 -0600 |
commit | 0fb82c15a5c9a69e17cff8dcd04c652d21381958 (patch) | |
tree | dd7a441ad7d086bb7cb4b093bd8d0cbd4d39d69d /quantum/light_ws2812.h | |
parent | db48b28eeb5ebe5252cc04495d5eb326fa62dc26 (diff) | |
parent | e7df488a92da56cf160ac64c8cc7302ab717e145 (diff) |
Merge pull request #15 from jackhumbert/master
Merge from qmk
Diffstat (limited to 'quantum/light_ws2812.h')
-rwxr-xr-x | quantum/light_ws2812.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/quantum/light_ws2812.h b/quantum/light_ws2812.h index 9498e550e9..2f78c20fc1 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 |