diff options
author | Jesse Vincent <jesse@keyboard.io> | 2017-10-02 12:02:40 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2017-10-02 12:02:40 -0700 |
commit | 36796237bb655620ba2d265ef1a038991d0d9fa0 (patch) | |
tree | e8732c47eb02b369336d919d1279cce797055a50 | |
parent | 0ee5a937a5026b64e82492c396b8fbcb2b4052de (diff) | |
download | model01-firmware-36796237bb655620ba2d265ef1a038991d0d9fa0.tar.gz model01-firmware-36796237bb655620ba2d265ef1a038991d0d9fa0.tar.bz2 model01-firmware-36796237bb655620ba2d265ef1a038991d0d9fa0.zip |
add some notes to the end of the readme. Thanks to @Jennigma++
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -73,6 +73,16 @@ Click the Upload button or press `Ctrl-U`. Hold down the "Prog" key in the top left corner of your keyboard, until the compile finishes and the upload begins. + + +# Start to customize the firmware. + +You can customize your keyboard's key layout and LED effects by modifying the `Model01-Firmware.ino` file in the same directory as this README. Model01-Firmware.ino is a computer program written in 'Arduino C'. You can find documentation about Arduino C at https://arduino.cc. + +# Getting help + +As you start to explore customization of your keyboard's firmware, the community at https://community.keyboard.io can often be a valuable resource. + # Thanks! <3 jesse |