X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fmbed_onekey%2FMakefile;h=b9c88fdd31d151be7ea950578f202713c1934165;hb=c61210cfff21f88c25ad102dcd3afe58ce251c96;hp=2f7399ba02f23d491300e31fee6ba0084189881a;hpb=4c8e0fd0bd1712421f957ec5e0ca16fc6bbb3856;p=max%2Ftmk_keyboard.git diff --git a/keyboard/mbed_onekey/Makefile b/keyboard/mbed_onekey/Makefile index 2f7399ba..b9c88fdd 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) @@ -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