From dc8a90b8351bdb12e09096c311b3b6309122dfea Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Tue, 15 Nov 2016 14:46:36 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39b4517..2100f16 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ If you use Linux and want to get more than 1 controller with one Arduino, check - Get ATmega32u4 Arduino board - Connect joystick or gamepad to Arduino (in most situations soldering is required) - Install Arduino [IDE](https://www.arduino.cc/en/Main/Software) -- Install Joystick [library](https://github.com/MHeironimus/ArduinoJoystickLibrary) +- Edit boards.txt +- Install Joystick [library](https://github.com/MHeironimus/ArduinoJoystickLibrary) (if needed) - Open sourcecode to Arduino IDE and select controller by commenting and uncommenting and edit pin-numbers (if needed) - Upload - Done