]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Fix port setting of alps64/matrix.c
authortmk <hasu@tmk-kbd.com>
Thu, 15 Oct 2015 02:48:14 +0000 (11:48 +0900)
committertmk <hasu@tmk-kbd.com>
Thu, 15 Oct 2015 02:48:14 +0000 (11:48 +0900)
keyboard/alps64/matrix.c

index aa991e0aec0b10b10b54090ac726767fc468a1b3..5638d7f69d9ef63f72490cd7a5485041ce23e5ce 100644 (file)
@@ -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)