diff options
Diffstat (limited to 'keyboards/planck/planck.c')
| -rw-r--r-- | keyboards/planck/planck.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/planck/planck.c b/keyboards/planck/planck.c index 3980b02f5..1d2f91bc5 100644 --- a/keyboards/planck/planck.c +++ b/keyboards/planck/planck.c | |||
| @@ -10,6 +10,7 @@ const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { | |||
| 10 | }; | 10 | }; |
| 11 | #endif | 11 | #endif |
| 12 | 12 | ||
| 13 | __attribute__ ((weak)) | ||
| 13 | void matrix_init_kb(void) { | 14 | void matrix_init_kb(void) { |
| 14 | // Turn status LED on | 15 | // Turn status LED on |
| 15 | DDRE |= (1<<6); | 16 | DDRE |= (1<<6); |
