Merge pull request #1160 from gedankenexperimenter/t/model01-plugin-ref

Use the new Model01 hardware plugin directly for testing
pull/1161/head
Jesse Vincent 2 years ago committed by GitHub
commit 2c1f8913b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,13 +8,12 @@ shared_defines := \
-DUSBCON=dummy \
-DARDUINO_ARCH_AVR=1 \
-DARDUINO_AVR_MODEL01 \
'-DKALEIDOSCOPE_HARDWARE_H="Kaleidoscope-Hardware-Model01.h"' \
'-DKALEIDOSCOPE_HARDWARE_H="Kaleidoscope-Hardware-Keyboardio-Model01.h"' \
'-DUSB_PRODUCT="Model 01"'
shared_includes := \
-I${top_dir} \
-I${top_dir}/src \
-I${top_dir}/plugins/Kaleidoscope-Hardware-Model01/src \
-I${top_dir}/plugins/Kaleidoscope-Hardware-Keyboardio-Model01/src \
-I${arduino_platform_path}/cores/arduino \
-I${arduino_platform_path}/libraries/KeyboardioHID/src \

Loading…
Cancel
Save