mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
Merge pull request #4458 from drashna/ergodox_ez_matrix_fix
Fix Ergodox EZ Matrix scan
This commit is contained in:
commit
b7dd415c97
1 changed files with 1 additions and 2 deletions
|
@ -379,7 +379,7 @@ static void select_row(uint8_t row)
|
||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
DDRD |= (1<<2);
|
DDRD |= (1<<2);
|
||||||
PORTD &= ~(1<<3);
|
PORTD &= ~(1<<2);
|
||||||
break;
|
break;
|
||||||
case 12:
|
case 12:
|
||||||
DDRD |= (1<<3);
|
DDRD |= (1<<3);
|
||||||
|
@ -392,4 +392,3 @@ static void select_row(uint8_t row)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue