1
0
Fork 0

Keyboard: Planck THK (#12597)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Jack Humbert <jack.humb@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Erovia 2021-05-26 20:49:30 +02:00 committed by GitHub
parent 0211e30032
commit 8ba537fa23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 600 additions and 4 deletions

View file

@ -12,8 +12,8 @@ const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = {
__attribute__ ((weak))
void matrix_init_kb(void) {
// Turn status LED on
#ifdef __AVR__
// Turn status LED on, with the exception of THK
#if defined(__AVR_ATmega32U4__)
setPinOutput(E6);
writePinHigh(E6);
#endif