aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-04-07 14:40:20 +0200
committerGuilhem Moulin <guilhem@fripost.org>2021-04-07 14:40:48 +0200
commit6cb1868bb7b88989507c60ec6a1ae3b73cc1124d (patch)
tree79c58e4b248818418d421592f85ee71b62c988ca
parent48490334d803ff6d3201be4a88342c819cd35b95 (diff)
Remove the no-longer-used HIDAdaptora submodule.
See 9fdf3870ce2b7ecfac8c41a257eb765fb95a989d .
-rw-r--r--Makefile2
-rw-r--r--README1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1c6b6ba..d4095d6 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ LOCAL_CPP_SRCS = $(wildcard $(SOURCEDIR)/*.cpp)
LOCAL_INO_SRCS = $(wildcard $(SOURCEDIR)/*.ino)
USER_LIB_PATH = $(ALTERNATE_CORE_PATH)/libraries
-ARDUINO_LIBS = EEPROM Kaleidoscope Kaleidoscope-HIDAdaptor-KeyboardioHID KeyboardioHID KeyboardioScanner
+ARDUINO_LIBS = EEPROM Kaleidoscope KeyboardioHID KeyboardioScanner
# extra definitions from boards.txt
CXXFLAGS = -DARDUINO_AVR_MODEL01 \
diff --git a/README b/README
index 3352f2b..291be1a 100644
--- a/README
+++ b/README
@@ -31,7 +31,6 @@ Initialize (or update) submodules:
~$ git -C lib/hardware/keyboardio submodule update --init --recursive \
"avr/bootloaders/*" \
"avr/libraries/Kaleidoscope" \
- "avr/libraries/Kaleidoscope-HIDAdaptor-KeyboardioHID" \
"avr/libraries/Keyboardio*"
~$ make