Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2021-05-26 18:50:04 +00:00
commit a78964c918
11 changed files with 600 additions and 4 deletions

View file

@ -12,8 +12,8 @@ const keypos_t PROGMEM 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