1
0
Fork 0

Remove all of the deprecated RGB defines

Fixes #3641
This commit is contained in:
Drashna Jael're 2018-10-22 10:26:19 -07:00 committed by Jack Humbert
parent 00b6f14821
commit 7e99d869de
58 changed files with 62 additions and 180 deletions

View file

@ -17,11 +17,3 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
# Do not enable SLEEP_LED_ENABLE. It uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
#define ws2812_PORTREG PORTD
#define ws2812_DDRREG DDRD
ifndef QUANTUM_DIR
include ../../../../Makefile
endif