Explorar el Código

Fix port setting of alps64/matrix.c

master
tmk hace 8 años
padre
commit
6fe4af82fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      keyboard/alps64/matrix.c

+ 1
- 1
keyboard/alps64/matrix.c Ver fichero

@@ -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)