mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-12-22 07:28:53 -05:00
Update README.md
This commit is contained in:
parent
fefc2285a1
commit
40be94c10c
@ -62,7 +62,6 @@ 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
|
||||
@ -71,6 +70,7 @@ leonardo.build.pid=0x3201
|
||||
# leonardo.build.usb_product="Arduino Leonardo"
|
||||
leonardo.build.usb_product="Retro Joystick Adapter"
|
||||
```
|
||||
Restart Arduino IDE
|
||||
|
||||
- `Tools->Board->Arduino Leonardo`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user