1
0
Fork 0
Firmware for the keyboardio model01
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 update README 4 years ago
src src/Model01-Firmware.h: Add a #pragma once to make cpplint happy 6 years ago
.gitignore snapshot sketch and infrastructure from the Kaleidoscope example 8 years ago
.kaleidoscope-builder.conf snapshot sketch and infrastructure from the Kaleidoscope example 8 years ago
.travis.yml Travis cleanup 6 years ago
LICENSE Initial commit 8 years ago
Makefile Makefile now checks for rules.mk when autodetecting BOARD_HARDWARE_PATH 6 years ago
Model01-Firmware.ino personal additions 4 years ago
README.md update README 4 years ago
library.properties Little bits of glue to make the Model01 Firwmare into a 'real' arduino library that the IDE doesn't hate 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