From 9c4b3c95eb72ebb5b54939d14f63975e3bbbd462 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 5 Jan 2014 00:01:24 -0500 Subject: [PATCH] When building with a makefile, use the alternate keyboardio core locally --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35a84bb1..7c77934f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BOARD_TAG = keyboardio #BOARD_TAG = micro MONITOR_PORT = /dev/cu.usbmodem* ARDUINO_LIBS = -ARDUINO_CORE_PATH = $(HOME)/Documents/Arduino/hardware/keyboardio/cores/keyboardio +ARDUINO_CORE_PATH = hardware/keyboardio/cores/keyboardio ALTERNATE_CORE = keyboardio include build/arduino-mk/Arduino.mk