1
0
Model01-Firmware/README.md

23 lines
518 B
Markdown
Raw Normal View History

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:
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
make flash
2017-07-26 23:22:10 -07:00
```