2017-08-14 15:50:14 -07:00
|
|
|
# Keyboardio Model 01 Firmware
|
2017-07-26 23:22:10 -07:00
|
|
|
|
2020-07-08 17:50:09 -04:00
|
|
|
_The default firmware for the Keyboardio Model 01, wxcafe additions_
|
2017-07-26 23:22:10 -07:00
|
|
|
|
2020-07-08 17:50:09 -04:00
|
|
|
Building:
|
2017-11-05 05:43:12 -08:00
|
|
|
|
2020-07-08 17:50:09 -04:00
|
|
|
Get the latest version of the arduino toolchain from http://arduino.cc/download, then:
|
2017-07-26 23:22:10 -07:00
|
|
|
|
2017-08-14 15:50:14 -07:00
|
|
|
```
|
2020-07-08 17:50:09 -04:00
|
|
|
cd /tmp
|
|
|
|
mv ~/downloads/arduino-* .
|
|
|
|
tar xf arduino-*
|
|
|
|
rm arduino*.t*
|
|
|
|
sudo mv arduino* /usr/local/arduino
|
|
|
|
cd /usr/local/arduino
|
|
|
|
sudo ./install.sh
|
|
|
|
cd ~/code
|
|
|
|
git clone -c core.symlinks=true --recursive git@git.wxcafe.net:wxcafe/Kaleidoscope keyboardio
|
|
|
|
cd keyboardio/avr/libraries/Model01-Firmware/
|
|
|
|
make
|
2017-08-14 15:45:07 -07:00
|
|
|
make flash
|
2017-07-26 23:22:10 -07:00
|
|
|
```
|