From: tmk Date: Thu, 15 Oct 2015 02:48:14 +0000 (+0900) Subject: Fix port setting of alps64/matrix.c X-Git-Url: https://git.gir.st/tmk_keyboard.git/commitdiff_plain/6fe4af82fa21cbeb8e22c9f0630e5a908963cc13 Fix port setting of alps64/matrix.c --- diff --git a/keyboard/alps64/matrix.c b/keyboard/alps64/matrix.c index aa991e0a..5638d7f6 100644 --- a/keyboard/alps64/matrix.c +++ b/keyboard/alps64/matrix.c @@ -157,7 +157,7 @@ static void unselect_rows(void) DDRD &= ~0b01111111; PORTD &= ~0b01111111; DDRC &= ~0b00000100; - PORTD &= ~0b00000100; + PORTC &= ~0b00000100; } static void select_row(uint8_t row)