The ErgoDox typically uses a Teensy, and the Atreus has the option to as well. In both cases, the flashing procedure (whether through the IDE or CLI) will require the `teensy_loader_cli` tool installed. Fixes #479. Signed-off-by: Gergely Nagy <algernon@keyboard.io>pull/483/head
parent
819ab0760f
commit
d5f4d1461c
@ -1,6 +1,8 @@
|
||||
# Kaleidoscope-Hardware-ErgoDox
|
||||
|
||||
This is a plugin for [Kaleidoscope][fw], that adds hardware support for
|
||||
the ErgoDox.
|
||||
This is a plugin for [Kaleidoscope][fw], that adds hardware support for the
|
||||
ErgoDox. To be able to flash the firmware, one will need the [Teensy Loader
|
||||
CLI][teensy_cli] tool in addition to Arduino.
|
||||
|
||||
[teensy_cli]: https://www.pjrc.com/teensy/loader_cli.html
|
||||
[fw]: https://github.com/keyboardio/Kaleidoscope
|
||||
|
Loading…
Reference in new issue