]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - protocol/pjrc.mk
Add a qwerty layer
[max/tmk_keyboard.git] / protocol / pjrc.mk
diff --git a/protocol/pjrc.mk b/protocol/pjrc.mk
deleted file mode 100644 (file)
index f5693ba..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-PJRC_DIR = protocol/pjrc
-
-SRC += $(PJRC_DIR)/main.c \
-       $(PJRC_DIR)/pjrc.c \
-       $(PJRC_DIR)/usb_keyboard.c \
-       $(PJRC_DIR)/usb_debug.c \
-       $(PJRC_DIR)/usb.c
-
-# Option modules
-ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE)
-    SRC += $(PJRC_DIR)/usb_mouse.c
-endif
-
-ifdef EXTRAKEY_ENABLE
-    SRC += $(PJRC_DIR)/usb_extra.c
-endif
-
-# Search Path
-VPATH += $(TOP_DIR)/$(PJRC_DIR)
-
-# This indicates using LUFA stack
-# TODO: remove HOST_PJRC
-OPT_DEFS += -DHOST_PJRC
-OPT_DEFS += -DPROTOCOL_PJRC
-