diff options
Diffstat (limited to 'converter/news_usb/Makefile.pjrc')
| -rw-r--r-- | converter/news_usb/Makefile.pjrc | 7 |
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 = ../.. | |||
| 13 | TARGET_DIR = . | 13 | TARGET_DIR = . |
| 14 | 14 | ||
| 15 | # keyboard dependent files | 15 | # keyboard dependent files |
| 16 | SRC = main.c \ | 16 | SRC = 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 | |||
| 51 | PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex | 50 | PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex |
| 52 | 51 | ||
| 53 | 52 | ||
| 53 | # Search Path | ||
| 54 | VPATH += $(TARGET_DIR) | ||
| 55 | VPATH += $(TOP_DIR) | ||
| 56 | |||
| 54 | 57 | ||
| 55 | include $(TOP_DIR)/protocol/pjrc.mk | 58 | include $(TOP_DIR)/protocol/pjrc.mk |
| 56 | include $(TOP_DIR)/protocol.mk | 59 | include $(TOP_DIR)/protocol.mk |
