The two contained c++ files are almost identical to those
in KeyboardioHID.
The HID library is not used by the build. Checks prove that two
firmware binaries build with and without the library are identical.
Signed-off-by: Florian Fleissner <florian.fleissner@inpartik.de>
The library is being superseded by a hardware base class in Kaleidoscope itself.
As it is not used anywhere, and served only documentation purposes, remove it.
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
Remove `Kaleidoscope-Hardware-EZ-ErgoDox` and
`Kaleidoscope-Hardware-Technomancy-Atreus`, as they were merged into
`Kaleidoscope`. Update `Kaleidoscope` to pull in the latest merges.
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
`AtmegaScanner` wasn't ever useful outside of the Shortcut port (which has been
dropped from the predecessor of this repo, a good while ago).
`FingerprintUSBHost` is not very reliable, and the only user of it (`HostOS`)
stopped using it. `Kaleidoscope-Focus` was superseded by `FocusSerial`, which is
now in core, so `Kaleidoscope-Focus` is permanently broken due to a symbol
conflict.
For these reasons, lets remove them.
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
We recently started converting Kaleidoscope into a monorepo, merging most
plugins used by the factory firmware. With this change, we update the
Kaleidoscope repo, and remove those submodules that were already merged into it.
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
This adds support for Technomancy's Atreus with an A*, and the hand-wired model
from FalbaTech. Pre-2016 PCBs are not supported, nor is the legacy Teensy2
variant.
Signed-off-by: Gergely Nagy <algernon@keyboard.io>