fixed makefile, added MO DF shortcuts

This commit is contained in:
Jack Humbert
2015-10-26 20:02:25 -04:00
parent 402122744c
commit cc1c32671e
5 changed files with 104 additions and 48 deletions

View File

@@ -38,7 +38,7 @@
# To rebuild project do "make clean" then "make all".
#----------------------------------------------------------------------------
QUANTUM_DIR = $(TOP_DIR)/quantum
QUANTUM_DIR = quantum
# # project specific files
SRC += $(QUANTUM_DIR)/keymap_common.c \
@@ -61,7 +61,7 @@ endif
#EXTRALDFLAGS = -Wl,--relax
# Search Path
VPATH += $(QUANTUM_DIR)
VPATH += $(TOP_DIR)/$(QUANTUM_DIR)
include $(TOP_DIR)/protocol/lufa.mk