diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-11-21 19:50:55 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-11-21 19:50:55 -0500 |
commit | 664c0a036b3d7c3ed39f4a7a78d97f4a9cc7d20c (patch) | |
tree | e6cb0a7fb1c5c882fe394fd251680e0c88df323c /quantum/light_ws2812.h | |
parent | 27ebacb15d39046713bd87e06c1157b1ffab6aaf (diff) | |
download | qmk_firmware-664c0a036b3d7c3ed39f4a7a78d97f4a9cc7d20c.tar.gz qmk_firmware-664c0a036b3d7c3ed39f4a7a78d97f4a9cc7d20c.zip |
cleaning up new code
Diffstat (limited to 'quantum/light_ws2812.h')
-rwxr-xr-x | quantum/light_ws2812.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/light_ws2812.h b/quantum/light_ws2812.h index 0bef93d5ec..9498e550e9 100755 --- a/quantum/light_ws2812.h +++ b/quantum/light_ws2812.h @@ -16,7 +16,7 @@ #include <avr/io.h> #include <avr/interrupt.h> //#include "ws2812_config.h" -#include "i2cmaster.h" +//#include "i2cmaster.h" #define LIGHT_I2C 1 #define LIGHT_I2C_ADDR 0x84 |