diff --git a/Readme.md b/Readme.md index d4f44a9..9a62833 100644 --- a/Readme.md +++ b/Readme.md @@ -48,15 +48,19 @@ Installation has changed over the time. You don't have to modify the original co Put all files into *sketchbook/hardware/HID/*. **You have to rename the folder HID-master to HID.** **Your sketchbook folder should look like this:** + ![Installation Picture](pictures/installation.png) +Ensure that under File->Preferences the correct sketchbook folder is selected. **Restart the IDE.** + + If you like to, you can add the keywords.txt to your Arduino IDE so that words like 'Gamepad' are highlighted. Replace the file in *arduino-1.6.0/lib/keywords.txt* with the *keywords.txt* provided in this project. How to use ========== -### Micro/Leonardo + HoodLoader2 +### Micro/Leonardo & HoodLoader2 **1. Select the new board via *Tools->Board->Arduino Leonardo HID-Project* for example.** For HoodLoader2 select the 16u2 MCU. Ensure HoodLoader2 board definition files are up to date. diff --git a/pictures/board.png b/pictures/board.png index a370b21..a3dd47c 100644 Binary files a/pictures/board.png and b/pictures/board.png differ