From 8477d8e0d25d1f6a3c26e5862cd1f4bf002689f3 Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Tue, 5 Apr 2022 12:34:06 -0500 Subject: [PATCH] Use the new Model01 hardware plugin directly for testing Signed-off-by: Michael Richters --- testing/makefiles/shared.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/makefiles/shared.mk b/testing/makefiles/shared.mk index 05c8baa5..ee75c244 100644 --- a/testing/makefiles/shared.mk +++ b/testing/makefiles/shared.mk @@ -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 \