mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-06-20 05:35:31 +02:00
Fix port setting of alps64/matrix.c
This commit is contained in:
parent
5ce9bf8353
commit
6fe4af82fa
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user