1
0
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:
Jarno Lehtinen 2019-02-12 21:17:44 +02:00 committed by GitHub
parent d669eb1785
commit 92f0eb8255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
``` ```