aboutsummaryrefslogtreecommitdiff
path: root/keyboard/hhkb/Makefile.pjrc
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hhkb/Makefile.pjrc')
-rw-r--r--keyboard/hhkb/Makefile.pjrc7
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 = ../..
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 19
21CONFIG_H = config_pjrc.h 20CONFIG_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
55VPATH = $(TARGET_DIR) 54VPATH = $(TARGET_DIR)
55VPATH = $(TOP_DIR)
56 56
57include $(TOP_DIR)/protocol/pjrc.mk 57include $(TOP_DIR)/protocol/pjrc.mk
58include $(TOP_DIR)/protocol.mk
59include $(TOP_DIR)/common.mk 58include $(TOP_DIR)/common.mk
60include $(TOP_DIR)/rules.mk 59include $(TOP_DIR)/rules.mk