You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Clément Hertling
722614b6ce
|
4 years ago | |
---|---|---|
src | 6 years ago | |
.gitignore | 8 years ago | |
.kaleidoscope-builder.conf | 8 years ago | |
.travis.yml | 6 years ago | |
LICENSE | 8 years ago | |
Makefile | 6 years ago | |
Model01-Firmware.ino | 4 years ago | |
README.md | 4 years ago | |
library.properties | 7 years ago |
README.md
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