dajmo to ven malo

master
Jure Podgoršek 2018-04-13 21:20:23 +02:00 committed by Jurij Podgoršek
parent 942c64a577
commit de69ea5a98
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ bool i2c_initialized = 0;
uint8_t mcp23018_status = 0x20;
void matrix_init_kb(void) {
DDRB &= ~(1<<4); // set B(4) as input
PORTB &= ~(1<<4); // set B(4) internal pull-up disabled
// DDRB &= ~(1<<4); // set B(4) as input
// PORTB &= ~(1<<4); // set B(4) internal pull-up disabled
// unused pins - C7, D4, D5, D7, E6
// set as input with internal pull-up enabled