From d06e940a179b2e81563cf6123461cfcad35f9045 Mon Sep 17 00:00:00 2001 From: Erez Zukerman Date: Tue, 24 May 2016 23:55:29 -0400 Subject: [Erez & Jack] Removes keyboards which are not active on qmk --- keyboard/mbed_onekey/Makefile | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 keyboard/mbed_onekey/Makefile (limited to 'keyboard/mbed_onekey/Makefile') diff --git a/keyboard/mbed_onekey/Makefile b/keyboard/mbed_onekey/Makefile deleted file mode 100644 index b9c88fdd31..0000000000 --- a/keyboard/mbed_onekey/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PROJECT = mbed_onekey - -TMK_DIR = ../../tmk_core -MBED_DIR = $(TMK_DIR)/mbed-sdk - -#VPATH += $(MBED_DIR):$(TMK_DIR) -vpath %.s .:$(MBED_DIR):$(TMK_DIR) -vpath %.c .:$(MBED_DIR):$(TMK_DIR) -vpath %.cpp .:$(MBED_DIR):$(TMK_DIR) - -OBJDIR = ./build - -OBJECTS = \ - $(OBJDIR)/./main.o - -CONFIG_H = config.h - -SYS_OBJECTS = - -INCLUDE_PATHS = -I. - -LIBRARY_PATHS = -LIBRARIES = - -# Build Options -# Comment out to disable -#BOOTMAGIC_ENABLE = yes -#MOUSEKEY_ENABLE = yes - - -include $(TMK_DIR)/tool/mbed/mbed.mk -include $(TMK_DIR)/tool/mbed/common.mk -include $(TMK_DIR)/tool/mbed/gcc.mk -- cgit v1.2.3