keyboard: fix arrow keys in basic

This commit is contained in:
Eugene Lozovoy
2024-10-04 12:58:34 +03:00
parent d71b817e49
commit 23a46a3379
2 changed files with 28 additions and 8 deletions

View File

@ -939,6 +939,7 @@ module tsconf
.scancode(key_scancode),
.scancode_ack(key_scancode_ack),
.scancode_clr(key_scancode_clr),
.matrix_update(VVSYNC),
.ps2_key(PS2_KEY),
.cfg_joystick1(CFG_JOYSTICK1),
.cfg_joystick2(CFG_JOYSTICK2),