1
0

13 Commits

Author SHA1 Message Date
Gergely Nagy
b8e9a41e23
Drop the Kaleidoscope-Hardware library
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>
2018-12-18 10:15:36 +01:00
Gergely Nagy
fca5baa7f4
Sync up with the latest monorepo merges
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>
2018-10-19 09:32:30 +02:00
Jesse Vincent
92155a6cd0 Sync up the latest repo merging 2018-10-17 20:23:37 -07:00
Gergely Nagy
89e9f136d0
Remove some obsolete libraries
`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>
2018-10-17 10:28:04 +02:00
Gergely Nagy
fbd168fb56
Update Kaleidoscope, and drop plugins merged into it
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>
2018-10-16 01:08:54 +02:00
Gergely Nagy
73ebc4ccfe Add the FocusSerial plugin
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2018-10-05 13:15:02 +02:00
Gergely Nagy
d236abf977 Add the Atreus hardware library & supporting data
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>
2018-09-12 08:47:08 +02:00
Gergely Nagy
a1f209d402
Remove some deprecated modules
Remove the DualUse and Numlock modules, as they are deprecated.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2018-08-24 07:17:05 +02:00
Jesse Vincent
1a0f79164c Put Hardware::Virtual into the mix 2018-08-14 21:46:06 -07:00
Jesse Vincent
2acfa2f33c import the avr platform libraries 2018-08-14 14:31:01 -07:00
Jesse Vincent
05a8550178 tweak .gitmodules whitespace 2018-08-14 14:19:09 -07:00
Jesse Vincent
4a477cfbcb Add the rest of the avr libraries for Kaleidoscope 2018-08-14 14:13:21 -07:00
Jesse Vincent
b84c9747bd import a bit more content from Arudino-Boards 2018-08-14 14:09:16 -07:00