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>
This commit is contained in:
parent
b66bce261e
commit
89e9f136d0
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -13,9 +13,6 @@
|
||||
[submodule "avr/libraries/KeyboardioHID"]
|
||||
path = avr/libraries/KeyboardioHID
|
||||
url = https://github.com/keyboardio/KeyboardioHID
|
||||
[submodule "avr/libraries/FingerprintUSBHost"]
|
||||
path = avr/libraries/FingerprintUSBHost
|
||||
url = https://github.com/keyboardio/FingerprintUSBHost
|
||||
[submodule "avr/libraries/HID"]
|
||||
path = avr/libraries/HID
|
||||
url = https://github.com/keyboardio/Arduino-HID
|
||||
@ -70,12 +67,6 @@
|
||||
[submodule "avr/libraries/Kaleidoscope"]
|
||||
path = avr/libraries/Kaleidoscope
|
||||
url = https://github.com/keyboardio/Kaleidoscope
|
||||
[submodule "avr/libraries/AtmegaScanner"]
|
||||
path = avr/libraries/AtmegaScanner
|
||||
url = https://github.com/keyboardio/AtmegaScanner
|
||||
[submodule "avr/libraries/Kaleidoscope-Focus"]
|
||||
path = avr/libraries/Kaleidoscope-Focus
|
||||
url = https://github.com/keyboardio/Kaleidoscope-Focus
|
||||
[submodule "avr/libraries/Kaleidoscope-EEPROM-Keymap-Programmer"]
|
||||
path = avr/libraries/Kaleidoscope-EEPROM-Keymap-Programmer
|
||||
url = https://github.com/keyboardio/Kaleidoscope-EEPROM-Keymap-Programmer
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit d58bebe4453a6d082fbba40cbe274d80c33ea6f8
|
@ -1 +0,0 @@
|
||||
Subproject commit 2696f0cf15f54435b65f4aaf2cc76db15e2535c4
|
@ -1 +0,0 @@
|
||||
Subproject commit a6e494b548accd12f4487777511f5c1f291d89ba
|
Loading…
x
Reference in New Issue
Block a user