iokbd: don't swap rows; keydev doesn't need it

This commit is contained in:
Lephe 2022-10-09 18:19:25 +02:00
parent c9df6326e4
commit 16890ab71b
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 0 additions and 1 deletions

View File

@ -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;