summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-10-22 19:26:19 +0200
committerJack Humbert <jack.humb@gmail.com>2018-10-22 20:55:57 +0200
commit7e99d869deb57251dc15620beff34d5fd53066e4 (patch)
treeed27b00c76ffc6ac799fa56c2c3e89672094ba0e /drivers
parent00b6f14821f44ead75504e28d7fed26791cb2875 (diff)
downloadqmk_firmware-7e99d869deb57251dc15620beff34d5fd53066e4.tar.gz
qmk_firmware-7e99d869deb57251dc15620beff34d5fd53066e4.tar.xz
Remove all of the deprecated RGB defines
Fixes #3641
Diffstat (limited to 'drivers')
-rw-r--r--drivers/avr/ws2812.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/avr/ws2812.h b/drivers/avr/ws2812.h
index f7e0c3144..1f9299ffb 100644
--- a/drivers/avr/ws2812.h
+++ b/drivers/avr/ws2812.h
@@ -69,7 +69,4 @@ void ws2812_sendarray_mask(uint8_t *array,uint16_t length, uint8_t pinmask);
#define CONCAT_EXP(a, b) CONCAT(a, b)
#endif
-// #define ws2812_PORTREG CONCAT_EXP(PORT,ws2812_port)
-// #define ws2812_DDRREG CONCAT_EXP(DDR,ws2812_port)
-
#endif /* LIGHT_WS2812_H_ */