fix usb scancode error

This commit is contained in:
Jorj Bauer 2020-12-28 22:52:52 -05:00
parent db0ed06375
commit 0ba196b6ab
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static uint8_t usb_scanmap[256] = {
'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', // keycodes 4-29
'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v',
'w', 'x', 'y', 'z',
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', // keycodes 30-39
'1', '2', '3', '4', '5', '6', '7', '8', '9', '0', // keycodes 30-39
PK_RET, // keycode 40
PK_ESC, // 41
PK_DEL, // 42