From fefc2285a16681c7a80e3c5c7e1ec4c498c10e22 Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Tue, 15 Nov 2016 13:52:32 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a7f7053..0a5f47d 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,17 @@ Example of NES-controller wiring: - Download and install Arduino IDE: https://www.arduino.cc/en/Main/Software +- Prepare `C:\Program Files (x86)\Arduino\hardware\arduino\avr\boards.txt` (or in linux arduino-x.x.xx/hardware/arduino/avr/boards.txt): +Change these lines: +``` +# leonardo.build.vid=0x2341 +# leonardo.build.pid=0x8036 +leonardo.build.vid=0x8282 +leonardo.build.pid=0x3201 +# leonardo.build.usb_product="Arduino Leonardo" +leonardo.build.usb_product="Retro Joystick Adapter" +``` + - `Tools->Board->Arduino Leonardo` In Arduino IDE you have to select board. In my case some reason "Arduino Leonardo" selections works better than "Arduino/Genuino Micro". With Leonardo-setting RX and TX leds are normally off and blinks when data is transfered to/from USB. With Micro-setting LED's are normally on and they blinks to off when data is transferring. Connect now your board ATmega32u4 through USB, the RX and TX leds should blink (if not, try another USB port).