forked from mirrors/qmk_firmware
fix typo
This commit is contained in:
parent
d0f3c0576c
commit
55f3cd37af
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ void matrix_init_kb(void) {
|
|||
PORTB &= ~(1<<4); // set B(4) internal pull-up disabled
|
||||
|
||||
// unused pins - C7, D4, D5, D7, E6
|
||||
// set as input with internal pull-ip enabled
|
||||
// set as input with internal pull-up enabled
|
||||
DDRC &= ~(1<<7);
|
||||
DDRD &= ~(1<<5 | 1<<4);
|
||||
DDRE &= ~(1<<6);
|
||||
|
|
Loading…
Reference in a new issue