minor update for new IBM card production run

This commit is contained in:
dekunukem
2023-04-30 23:17:51 +01:00
parent 5d1a74e32b
commit 7ec8bd2483
2 changed files with 8 additions and 4 deletions

View File

@@ -54,9 +54,13 @@ Added Lisa Mac ADB card firmware update support
20230424
Added lisa mac adb card custom mapping support
made USB joystick-to-mouse movement speed faster
0.3.3
20230424
dropped mouse busy drop
"""
RPI_APP_VERSION_TUPLE = (0, 3, 2)
RPI_APP_VERSION_TUPLE = (0, 3, 3)
code_name_to_value_lookup = {
'KEY_RESERVED':(0, 'kb_key'),