Fix row 11
1 files changed, 1 insertions(+), 2 deletions(-) M keyboards/ergodox_ez/matrix.c
M keyboards/ergodox_ez/matrix.c => keyboards/ergodox_ez/matrix.c +1 -2
@@ 379,7 379,7 @@ static void select_row(uint8_t row) break; case 11: DDRD |= (1<<2); - PORTD &= ~(1<<3); + PORTD &= ~(1<<2); break; case 12: DDRD |= (1<<3); @@ 392,4 392,3 @@ static void select_row(uint8_t row) } } } -