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

@@ -51,11 +51,11 @@ USB4VC is now available [on my Tindie store](https://www.tindie.com/products/dek
## Videos
* [Click me for LGR Review!](https://www.youtube.com/watch?v=tbHr7ULpusM)
* [LGR Review](https://www.youtube.com/watch?v=tbHr7ULpusM)
* [Click me for Michael MJD Review!](https://www.youtube.com/watch?v=Hv4A9p7Cn2s)
* [Michael MJD Review](https://www.youtube.com/watch?v=Hv4A9p7Cn2s)
* [Click me for 1Bit Fever Dreams review of Lisa/Mac/ADB card!](https://youtu.be/ALm5LWS0fqU)
* [1Bit Fever Dreams review of Lisa/Mac/ADB card](https://youtu.be/ALm5LWS0fqU)
## Highlights

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'),