From 92f0eb82553010f44b4b5cd8f0235fca79aa9ddf Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Tue, 12 Feb 2019 21:17:44 +0200 Subject: [PATCH] Update README.md --- C64_keyboard/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/C64_keyboard/README.md b/C64_keyboard/README.md index 4573c37..8c604a3 100644 --- a/C64_keyboard/README.md +++ b/C64_keyboard/README.md @@ -2,7 +2,8 @@ ## Building - 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 - 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 ``` - - ## Setup Download configfile. Check pin order to match your setup. ```