diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-06-25 13:57:33 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-06-26 01:04:35 +0200 |
commit | 3f2c2fdaa542cf9a0a170d56d2dc1bd16144f6b8 (patch) | |
tree | 847b52e1ccaaa29ce7a112690e3526f3d6cd8bbf /README |
Initial commit.
Inspired by the reference firmware
https://github.com/keyboardio/Model01-Firmware
and algernon's fork
https://git.madhouse-project.org/algernon/Model01-Sketch
Diffstat (limited to 'README')
-rw-r--r-- | README | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -0,0 +1,37 @@ +Introduction +============ + +A firmware Sketch for the Keyboardio Model 01. Based algerno's: +https://git.madhouse-project.org/algernon/Model01-Sketch#base-layer + + +Build +===== + +Arduino 1.6.7 or newer is required. Unfortunately, as of 2019-06-25 the +version found in Debian sid is too old (cf. #780706, #925578, #927329). +Dowload a recent version at https://www.arduino.cc and it unpack to +/usr/local/arduino. + +Initialize (or update) submodules: + + ~$ git submodule update --init \ + lib/hardware/keyboardio + + ~$ git -C lib/hardware/keyboardio submodule update --init --recursive \ + "avr/bootloaders/*" \ + "avr/libraries/Kaleidoscope" \ + "avr/libraries/Kaleidoscope-HIDAdaptor-KeyboardioHID" \ + "avr/libraries/Keyboardio*" \ + "build-tools" + + ~$ make + + +Flash firmware +============== + + ~$ make flash + +Press down the 'prog' key while the board is rebooting. You can release +it once it glows red. |