diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-11-17 17:42:14 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-11-17 17:42:14 -0500 |
| commit | 3774a7fcdab5544fc787f4c200be05fcd417e31f (patch) | |
| tree | bb1c582d658ec7f19bce9d43f1c536b83066d40b /quantum/light_ws2812.c | |
| parent | 530dd3377e4d409a7ca2fee7e47b60b735ebc0fa (diff) | |
| download | qmk_firmware-3774a7fcdab5544fc787f4c200be05fcd417e31f.tar.gz qmk_firmware-3774a7fcdab5544fc787f4c200be05fcd417e31f.zip | |
rgb light through midi
Diffstat (limited to 'quantum/light_ws2812.c')
| -rwxr-xr-x | quantum/light_ws2812.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/light_ws2812.c b/quantum/light_ws2812.c index aac058f53..a883b1388 100755 --- a/quantum/light_ws2812.c +++ b/quantum/light_ws2812.c | |||
| @@ -16,8 +16,6 @@ | |||
| 16 | #include <util/delay.h> | 16 | #include <util/delay.h> |
| 17 | #include "debug.h" | 17 | #include "debug.h" |
| 18 | 18 | ||
| 19 | #define RGBW_BB_TWI 1 | ||
| 20 | |||
| 21 | #ifdef RGBW_BB_TWI | 19 | #ifdef RGBW_BB_TWI |
| 22 | 20 | ||
| 23 | // Port for the I2C | 21 | // Port for the I2C |
