mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-22 00:32:39 +00:00
fix usb scancode error
This commit is contained in:
parent
db0ed06375
commit
0ba196b6ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user