diff --git a/testing/makefiles/shared.mk b/testing/makefiles/shared.mk index 186c9712b0..b31ea3a0ec 100644 --- a/testing/makefiles/shared.mk +++ b/testing/makefiles/shared.mk @@ -16,7 +16,7 @@ shared_includes := \ -I${top_dir}/src \ -I${top_dir}/plugins/Kaleidoscope-Hardware-Keyboardio-Model01/src \ -I${arduino_platform_path}/cores/keyboardio \ - -I${arduino_platform_path}/libraries/KeyboardioHID/src \ + -I${top_dir}/plugins/KeyboardioHID/src \ -I${top_dir}/testing/googletest/googlemock/include \ -I${top_dir}/testing/googletest/googletest/include \