aboutsummaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFiles
* typofixGuilhem Moulin2021-04-071
|
* Remove the no-longer-used HIDAdaptora submodule.Guilhem Moulin2021-04-071
| | | | See 9fdf3870ce2b7ecfac8c41a257eb765fb95a989d .
* Build: Replace 'ENABLE_SERIAL=1' with 'ENABLE_SERIAL=yes'.Guilhem Moulin2019-06-271
| | | | | That is, to enable communicating with the host via a simple Serial protocol. The feature is disabled by default.
* Add script to apply color maps.Guilhem Moulin2019-06-261
| | | | | Once again, credits to algernon for the maps: https://git.madhouse-project.org/algernon/Model01-Sketch/src/branch/master/tools/colormap
* Optionally enable communicating with the host.Guilhem Moulin2019-06-261
| | | | Add ENABLE_SERIAL=1 to the build environment to enable that feature.
* Add ArduinoCore-avr as a submodule.Guilhem Moulin2019-06-261
| | | | | | | Unfortunately, as of 2019-06-25 the version found in Debian sid is too old (cf. #780706, #925578, #927329), so for now we add ArduinoCore-avr as a submodule. This avoids manually downloading the entire IDE from https://www.arduino.cc .
* Use 'arduino-mk' as build system.Guilhem Moulin2019-06-261
| | | | | | | | It feels simpler than `arduino-builder` and we can rely on more OS-shipped components. Also for some reason with `arduino-builder` weak symbols don't always seem to be overriden properly.
* Initial commit.Guilhem Moulin2019-06-261
Inspired by the reference firmware https://github.com/keyboardio/Model01-Firmware and algernon's fork https://git.madhouse-project.org/algernon/Model01-Sketch