This commit is contained in:
Jack Humbert 2015-09-26 00:58:17 -04:00
parent a230aba402
commit 40148c430e
1 changed files with 2 additions and 0 deletions

View File

@ -65,7 +65,9 @@ void matrix_init(void)
MCUCR |= (1<<JTD);
MCUCR |= (1<<JTD);
#ifdef BACKLIGHT_ENABLE
backlight_init_ports();
#endif
// Turn status LED on
DDRE |= (1<<6);