aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent48490334d803ff6d3201be4a88342c819cd35b95 (diff)
Remove the no-longer-used HIDAdaptora submodule.
See 9fdf3870ce2b7ecfac8c41a257eb765fb95a989d .
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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 \