mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-29 13:03:36 +01:00
iokbd: don't swap rows; keydev doesn't need it
This commit is contained in:
parent
c9df6326e4
commit
16890ab71b
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ static void iokbd_delay(void)
|
|||
uint8_t iokbd_row(int row)
|
||||
{
|
||||
if((unsigned)row > 9) return 0x00;
|
||||
row ^= 1;
|
||||
|
||||
int orig_PBCR = PFC.PBCR;
|
||||
int orig_PMCR = PFC.PMCR;
|
||||
|
|
Loading…
Reference in a new issue