diff options
Diffstat (limited to 'keyboards/planck/planck.c')
| -rw-r--r-- | keyboards/planck/planck.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/planck.c b/keyboards/planck/planck.c index 5a65d5e5f..80aa9f3ba 100644 --- a/keyboards/planck/planck.c +++ b/keyboards/planck/planck.c | |||
| @@ -12,8 +12,8 @@ const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { | |||
| 12 | 12 | ||
| 13 | __attribute__ ((weak)) | 13 | __attribute__ ((weak)) |
| 14 | void matrix_init_kb(void) { | 14 | void matrix_init_kb(void) { |
| 15 | // Turn status LED on | 15 | // Turn status LED on, with the exception of THK |
| 16 | #ifdef __AVR__ | 16 | #if defined(__AVR_ATmega32U4__) |
| 17 | setPinOutput(E6); | 17 | setPinOutput(E6); |
| 18 | writePinHigh(E6); | 18 | writePinHigh(E6); |
| 19 | #endif | 19 | #endif |
