Browse Source

BL

pull/31/head
Jack Humbert 8 years ago
parent
commit
40148c430e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      keyboard/planck/matrix.c

+ 2
- 0
keyboard/planck/matrix.c 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);


Loading…
Cancel
Save