diff options
author | Jesse Vincent <jesse@keyboard.io> | 2018-09-04 18:04:22 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2018-09-04 18:04:22 -0700 |
commit | 226b5a22d8dd0e01970c4b78b9d911fb94eec803 (patch) | |
tree | 5d8973e11f9fb969efff2c47828ddf91e1a46dac | |
parent | 29c80e38c82ca17d9fe7fa7965e0c4ebcb4f6771 (diff) | |
download | Model01-Firmware-226b5a22d8dd0e01970c4b78b9d911fb94eec803.tar.gz Model01-Firmware-226b5a22d8dd0e01970c4b78b9d911fb94eec803.zip |
Update README pointers to new keyboardio Kaleidoscope bundle.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,10 +43,10 @@ cd $HOME/Arduino ## Download hardware platform, including library source code ```sh -mkdir -p hardware/keyboardio +mkdir -p hardware ## then clone the hardware definitions to make them available to the arduino environment -git clone --recursive https://github.com/keyboardio/Arduino-Boards.git hardware/keyboardio/avr +git clone --recursive https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio.git hardware/keyboardio ```` |