aboutsummaryrefslogtreecommitdiff
path: root/converter/news_usb/Makefile.pjrc
diff options
context:
space:
mode:
Diffstat (limited to 'converter/news_usb/Makefile.pjrc')
-rw-r--r--converter/news_usb/Makefile.pjrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/converter/news_usb/Makefile.pjrc b/converter/news_usb/Makefile.pjrc
index 376133ad5..3233463d5 100644
--- a/converter/news_usb/Makefile.pjrc
+++ b/converter/news_usb/Makefile.pjrc
@@ -13,8 +13,7 @@ TOP_DIR = ../..
13TARGET_DIR = . 13TARGET_DIR = .
14 14
15# keyboard dependent files 15# keyboard dependent files
16SRC = main.c \ 16SRC = keymap.c \
17 keymap.c \
18 matrix.c \ 17 matrix.c \
19 led.c \ 18 led.c \
20 news.c 19 news.c
@@ -51,6 +50,10 @@ NKRO_ENABLE = yes # USB Nkey Rollover
51PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex 50PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
52 51
53 52
53# Search Path
54VPATH += $(TARGET_DIR)
55VPATH += $(TOP_DIR)
56
54 57
55include $(TOP_DIR)/protocol/pjrc.mk 58include $(TOP_DIR)/protocol/pjrc.mk
56include $(TOP_DIR)/protocol.mk 59include $(TOP_DIR)/protocol.mk