|
|
@ -19,7 +19,6 @@ Setup the Arduino IDE on your system. Make sure you install at least version 1.6
|
|
|
|
|
|
|
|
|
|
|
|
### macOS
|
|
|
|
### macOS
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
|
|
|
|
|
|
|
|
mkdir -p $HOME/Documents/Arduino/hardware
|
|
|
|
mkdir -p $HOME/Documents/Arduino/hardware
|
|
|
|
cd $HOME/Documents/Arduino/hardware
|
|
|
|
cd $HOME/Documents/Arduino/hardware
|
|
|
|
```
|
|
|
|
```
|
|
|
@ -37,10 +36,10 @@ cd $HOME/Arduino/hardware
|
|
|
|
|
|
|
|
|
|
|
|
### Install the libraries and hardware definitions
|
|
|
|
### Install the libraries and hardware definitions
|
|
|
|
|
|
|
|
|
|
|
|
# then clone the hardware definitions
|
|
|
|
## Clone the hardware definitions
|
|
|
|
|
|
|
|
```sh
|
|
|
|
git clone --recursive https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio.git keyboardio
|
|
|
|
git clone --recursive https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio.git keyboardio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Build the Kaleidoscope Firmware for your keyboard
|
|
|
|
## Build the Kaleidoscope Firmware for your keyboard
|
|
|
|