From 2c5d3ac76f0ef3c72aa0416aef8b775864b50eb1 Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 30 Jun 2012 13:26:09 +0900 Subject: Add Makefile.lufa to keyboard/hhkb and hbkb. --- keyboard/hhkb/Makefile.pjrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'keyboard/hhkb/Makefile.pjrc') diff --git a/keyboard/hhkb/Makefile.pjrc b/keyboard/hhkb/Makefile.pjrc index f6d133eae4..f8836a2ca1 100644 --- a/keyboard/hhkb/Makefile.pjrc +++ b/keyboard/hhkb/Makefile.pjrc @@ -13,12 +13,11 @@ TOP_DIR = ../.. TARGET_DIR = . # keyboard dependent files -SRC = main.c \ - keymap.c \ +SRC = keymap.c \ matrix.c \ led.c -CONFIG_H = config_pjrc.h +CONFIG_H = config.h # 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 # Search Path VPATH = $(TARGET_DIR) +VPATH = $(TOP_DIR) include $(TOP_DIR)/protocol/pjrc.mk -include $(TOP_DIR)/protocol.mk include $(TOP_DIR)/common.mk include $(TOP_DIR)/rules.mk -- cgit v1.2.3