Browse Source

cleanup

master
di0ib 7 years ago
parent
commit
0448cf3394
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      keyboard/gnap/matrix.c

+ 1
- 1
keyboard/gnap/matrix.c View File

@@ -181,7 +181,7 @@ static void unselect_rows(void)
// Hi-Z(DDR:0, PORT:0) to unselect
DDRD &= ~0b00010011;
PORTD &= ~0b00010011;
DDRC &= ~0b01000000;
DDRC &= ~0b01000000;
PORTC &= ~0b01000000;
}


Loading…
Cancel
Save