Browse Source

Fix port setting of alps64/matrix.c

master
tmk 8 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 View File

DDRD &= ~0b01111111; DDRD &= ~0b01111111;
PORTD &= ~0b01111111; PORTD &= ~0b01111111;
DDRC &= ~0b00000100; DDRC &= ~0b00000100;
PORTD &= ~0b00000100;
PORTC &= ~0b00000100;
} }


static void select_row(uint8_t row) static void select_row(uint8_t row)