From 31365584ecc6065694eda7bd5b7dc5a7f8a7a944 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 24 Oct 2020 23:25:45 -0700 Subject: [PATCH] fix etc directory definition --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b33d549b..cabe15fc 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ endif BOARD_HARDWARE_PATH ?= $(SKETCHBOOK_DIR)/hardware KALEIDOSCOPE_PLUGIN_MAKEFILE_DIR ?= keyboardio/build-tools/makefiles/ -KALEIDOSCOPE_ETC_DIR ?= keyboardio/avr/libraries/Kaleidoscope/etc/ +KALEIDOSCOPE_ETC_DIR ?= $(BOARD_HARDWARE_PATH)/keyboardio/avr/libraries/Kaleidoscope/etc/ # If Kaleidoscope's Arduino libraries cannot be found, e.g. because # they reside outside of SKETCHBOOK_DIR, we fall back to assuming that