1
0

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
Description
Firmware for the keyboardio model01
Readme 203 KiB
Languages
C++ 60.7%
Makefile 38.7%
C 0.6%