Remove all of the deprecated RGB defines

Fixes #3641
This commit is contained in:
Drashna Jaelre
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

@@ -39,10 +39,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ws2812 RGB LED */
#define RGB_DI_PIN F7
#define RGBLIGHT_TIMER
#define RGBLED_NUM 1 // Number of LEDs
#define ws2812_PORTREG PORTD
#define ws2812_DDRREG DDRD
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW