Browse Source

Fix port setting of alps64/matrix.c

tmk 9 years ago
parent
commit
6fe4af82fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      keyboard/alps64/matrix.c

+ 1 - 1
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)