From ba5f7d3b5cd5865177bce623ea2f8356f42fae49 Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Sat, 14 Oct 2017 12:08:11 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 36b60dc..2725495 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,10 @@ leonardo.menu.usb_name.leonardo_4.build.usb_product="SNES-adapter" ### New board to Arduino IDE If you add new board to Arduino IDE, it survives from Arduino IDE updates. Copy `boards.txt` to `{sketchbook folder}\hardware\retroadapter\avr\`. +Restart Arduino IDE and select Tools -> Board -> Arduino Pro Micro Retroadapter. + +It changes VID to 0x8282 and PID to 0x3201 (Keio Retro Adapter). + ### Arduino Uno R3 Arduino UNO R3 includes ATmega16u2 (along with ATmega328p) and it can be used too, but it needs some extra work (code doesn't work without modifications with UNO): https://github.com/NicoHood/HoodLoader2