mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-22 00:52:22 -05:00
Update README.md
This commit is contained in:
parent
d669eb1785
commit
92f0eb8255
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
- Solder all keyboard connector pins to Arduino Pro Micro.
|
- Solder all keyboard connector pins to Arduino Pro Micro.
|
||||||
- You can solder Restore key (connector pin "I") paraller to some other pin. I soldered "I" and "G" to Arduino pin A8.
|
- You can solder Restore key (connector pin "I") paraller to some other pin. I soldered "I" and "G" to Arduino pin A8. (this is actually not needed, because there is one free pin left)
|
||||||
|
- You can also connect LED of C64 to VCC/GND of Arduino. I used 220ohm resistor.
|
||||||
|
|
||||||
## Firmware/flashing
|
## Firmware/flashing
|
||||||
- Download Soarer controller firmware: https://geekhack.org/index.php?topic=50437.0
|
- Download Soarer controller firmware: https://geekhack.org/index.php?topic=50437.0
|
||||||
@ -13,8 +14,6 @@
|
|||||||
& "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude" -C"C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" -v -p m32u4 -c avr109 -P COM5 -b 57600 -U flash:w:firmware\Soarer_Controller_v1.20_beta4_atmega32u4.hex:i
|
& "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude" -C"C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" -v -p m32u4 -c avr109 -P COM5 -b 57600 -U flash:w:firmware\Soarer_Controller_v1.20_beta4_atmega32u4.hex:i
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
Download configfile. Check pin order to match your setup.
|
Download configfile. Check pin order to match your setup.
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user