Fixed keyboard driver bug

This commit is contained in:
Arnau Camprubí 2022-06-20 14:09:40 +02:00
pare bb9de64c6d
commit a930148bee

Veure arxiu

@ -14,7 +14,7 @@ static const char g_sc_ascii[128] = {
'Q', 'W', 'E', 'R', 'T', 'Y', 'U', 'I',
'O', 'P', '[', ']', '?', '?', 'A', 'S',
'D', 'F', 'G', 'H', 'J', 'K', 'L', ';',
'\'', '`', '?', '\\', 'z', 'x', 'c', 'v',
'\'', '`', '?', '\\', 'Z', 'X', 'C', 'V',
'B', 'N', 'M', ',', '.', '/', '?', '?',
'?', ' '
};