summaryrefslogtreecommitdiff
path: root/protocol/pjrc.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-27 14:52:18 -0400
committerJack Humbert <jack.humb@gmail.com>2015-10-27 14:52:18 -0400
commitd311fd8d1a0af3b767d26b520d399bf0db22f058 (patch)
treeb9de5704143ac205b4e26222f9d7551e9b161924 /protocol/pjrc.mk
parenta766918d5c48204375f4c207b30bbbf1389df14f (diff)
parent6f3141965e88c4ee0ebf7c18a243e4c2d9c5021b (diff)
Merge pull request #34 from jackhumbert/tmk-master
merging from tmk, new_project script and template
Diffstat (limited to 'protocol/pjrc.mk')
-rw-r--r--protocol/pjrc.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/protocol/pjrc.mk b/protocol/pjrc.mk
deleted file mode 100644
index 5a44613820..0000000000
--- a/protocol/pjrc.mk
+++ /dev/null
@@ -1,26 +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 MOUSEKEY_ENABLE
- SRC += $(PJRC_DIR)/usb_mouse.c
-endif
-
-ifdef 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
-OPT_DEFS += -DPROTOCOL_PJRC