X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fmbed_onekey%2FMakefile;h=b1e5f5e594e276f3508c3965f33bd76088e69ad3;hb=0d222db31f599e90e5e281f80d21ce3c6af0fef8;hp=d0d1148ce231ab335ef5021fab4dfa999878843b;hpb=80c3ff5fa03429f1e4ea15032f665ceb88c9b8c3;p=max%2Ftmk_keyboard.git diff --git a/keyboard/mbed_onekey/Makefile b/keyboard/mbed_onekey/Makefile index d0d1148c..b1e5f5e5 100644 --- a/keyboard/mbed_onekey/Makefile +++ b/keyboard/mbed_onekey/Makefile @@ -1,7 +1,7 @@ PROJECT = mbed_onekey TMK_DIR = ../.. -MBED_DIR = ./mbed-sdk +MBED_DIR = $(TMK_DIR)/mbed-sdk #VPATH += $(MBED_DIR):$(TMK_DIR) vpath %.s .:$(MBED_DIR):$(TMK_DIR) @@ -25,7 +25,7 @@ LIBRARIES = # Build Options # Comment out to disable #BOOTMAGIC_ENABLE = yes -MOUSEKEY_ENABLE = yes +#MOUSEKEY_ENABLE = yes include $(TMK_DIR)/tool/mbed/mbed.mk