Move LED strip initialization (#397)

This commit is contained in:
Eric Tang
2016-06-12 15:01:55 -07:00
committed by Jack Humbert
parent 92759be322
commit 6955719075
6 changed files with 18 additions and 33 deletions

View File

@@ -26,10 +26,6 @@ void matrix_init_kb(void) {
init_backlight_pin();
#endif
#ifdef RGBLIGHT_ENABLE
rgblight_init();
#endif
// JTAG disable for PORT F. write JTD bit twice within four cycles.
MCUCR |= (1<<JTD);
MCUCR |= (1<<JTD);