Reverted the AT keyboard code queues to before I created that mess, and fixed the DEL scan code sent on CTRL+ALT+DEL.

This commit is contained in:
OBattler
2021-04-26 06:24:27 +02:00
parent b4abc13e3c
commit 87b677b8a4
2 changed files with 105 additions and 125 deletions

View File

@@ -675,7 +675,7 @@ pc_send_ca(uint16_t sc)
void
pc_send_cad(void)
{
pc_send_ca(0xE053);
pc_send_ca(0x153);
}