-
Notifications
You must be signed in to change notification settings - Fork 263
Add keyboard support to arduino
Jesse Vincent edited this page Jan 18, 2019
·
5 revisions
-
Open the Arduino IDE. It will open an empty "sketch" window.
-
On Windows or Linux: Open the "File" menu, and click on "Preferences." On a Mac: Open the "Arduino" menu, and click on "Preferences."
- Paste the following url into the box labeled 'Additional Board Manager URLs':
https://raw.githubusercontent.com/keyboardio/boardsmanager/master/package_keyboardio_index.json
-
Click ‘OK’ to close the dialog
-
Open the ‘Tools’ menu, click on ‘Board’ and then click on ‘Boards Manager’
- Type ‘Keyboardio’ into the search box.
- You will see an entry that says "keyboardio by Keyboardio" click on it to select it, and then click ‘Install’.
- Once the install completes, click "Close".
- Open the 'Tools' menu, click on 'Board' and then click on 'Keyboardio Model 01'. (You may have to scroll through a long list of other boards to get there.)
- Open the 'Tools' menu, click on "Port > ". If your keyboard is not already selected, click on it to select it. (If there is only one option such as "COM3" try it, it's almost certainly the correct port.)
Next step: Install the latest firmware on your keyboard
Troubleshooting
Advanced Topics
Development and customization
Keyboardio Model 01 docs
- Keyboardio Model 01 Introduction
- Flashing a new bootloader
- Default Model 01 QWERTY Layout
- Common Alternate Layouts
- Hardware Test Mode
Community