summaryrefslogtreecommitdiff
path: root/keyboard/mbed_onekey
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-04-10 01:53:24 +0900
committertmk <hasu@tmk-kbd.com>2015-04-10 01:53:24 +0900
commit7860d09914dba5e7d2d6c1c25b62b49d1bbd2591 (patch)
treedaea204a33fc09800d984c61f478ed11c91eda6f /keyboard/mbed_onekey
parent1a02ebcc612e9a9c0d87e02295c7258de3a70ccc (diff)
Change TMK_DIR setting
Diffstat (limited to 'keyboard/mbed_onekey')
-rw-r--r--keyboard/mbed_onekey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/mbed_onekey/Makefile b/keyboard/mbed_onekey/Makefile
index b1e5f5e594..b9c88fdd31 100644
--- a/keyboard/mbed_onekey/Makefile
+++ b/keyboard/mbed_onekey/Makefile
@@ -1,6 +1,6 @@
PROJECT = mbed_onekey
-TMK_DIR = ../..
+TMK_DIR = ../../tmk_core
MBED_DIR = $(TMK_DIR)/mbed-sdk
#VPATH += $(MBED_DIR):$(TMK_DIR)