diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-04-07 14:40:20 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-04-07 14:40:48 +0200 |
commit | 6cb1868bb7b88989507c60ec6a1ae3b73cc1124d (patch) | |
tree | 79c58e4b248818418d421592f85ee71b62c988ca /Makefile | |
parent | 48490334d803ff6d3201be4a88342c819cd35b95 (diff) |
Remove the no-longer-used HIDAdaptora submodule.
See 9fdf3870ce2b7ecfac8c41a257eb765fb95a989d .
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |