diff options
Diffstat (limited to 'keyboard/hhkb/Makefile.pjrc')
| -rw-r--r-- | keyboard/hhkb/Makefile.pjrc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboard/hhkb/Makefile.pjrc b/keyboard/hhkb/Makefile.pjrc index f6d133eae..f8836a2ca 100644 --- a/keyboard/hhkb/Makefile.pjrc +++ b/keyboard/hhkb/Makefile.pjrc | |||
| @@ -13,12 +13,11 @@ 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 | 19 | ||
| 21 | CONFIG_H = config_pjrc.h | 20 | CONFIG_H = config.h |
| 22 | 21 | ||
| 23 | 22 | ||
| 24 | # MCU name, you MUST set this to match the board you are using | 23 | # MCU name, you MUST set this to match the board you are using |
| @@ -53,8 +52,8 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex | |||
| 53 | 52 | ||
| 54 | # Search Path | 53 | # Search Path |
| 55 | VPATH = $(TARGET_DIR) | 54 | VPATH = $(TARGET_DIR) |
| 55 | VPATH = $(TOP_DIR) | ||
| 56 | 56 | ||
| 57 | include $(TOP_DIR)/protocol/pjrc.mk | 57 | include $(TOP_DIR)/protocol/pjrc.mk |
| 58 | include $(TOP_DIR)/protocol.mk | ||
| 59 | include $(TOP_DIR)/common.mk | 58 | include $(TOP_DIR)/common.mk |
| 60 | include $(TOP_DIR)/rules.mk | 59 | include $(TOP_DIR)/rules.mk |
