1
0

Update README pointers to new keyboardio Kaleidoscope bundle.

This commit is contained in:
Jesse Vincent 2018-09-04 18:04:22 -07:00
parent 29c80e38c8
commit 226b5a22d8

View File

@ -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
````