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:
parent
6dcf6e394d
commit
3f063f0971
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user