1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-12-22 07:28:53 -05:00

Update README.md

This commit is contained in:
Jarno Lehtinen 2019-03-20 11:31:13 +02:00 committed by GitHub
parent 6dcf6e394d
commit 3f063f0971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,16 @@ Commodore key + F7 sends F12 (Menu)
- "+", "-", "£", "@" and "*" doesn't produce GFX-chars when shifted
#### "Repair" rpi_sym.vkm?
- at 5 6 0 -> 5 6 8
- minus 5 3 0 -> 5 3 8
- plus 5 0 0 -> 5 0 8
- sterling 6 0 0 -> 6 0 8
- asterisk 6 1 0 -> 6 1 8
```
sed -i 's/5 6 0/5 6 8/g; s/5 3 0/5 3 8/g; s/5 0 0/5 0 8/g; s/6 0 0/6 0 8/g; s/6 1 0/6 1 8/g' rpi_sym.vkm
```
## Links
- https://geekhack.org/index.php?topic=50437.0