1
0
Model01-Firmware/README.md
Clément Hertling 722614b6ce update README
2020-07-08 17:50:09 -04:00

518 B

Keyboardio Model 01 Firmware

The default firmware for the Keyboardio Model 01, wxcafe additions

Building:

Get the latest version of the arduino toolchain from http://arduino.cc/download, then:

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