Add Makefile.lufa to keyboard/hhkb and hbkb.
This commit is contained in:
parent
f427529a30
commit
2c5d3ac76f
13 changed files with 322 additions and 71 deletions
|
@ -2,7 +2,8 @@ PJRC_DIR = protocol/pjrc
|
|||
|
||||
OPT_DEFS += -DHOST_PJRC
|
||||
|
||||
SRC += $(PJRC_DIR)/pjrc.c \
|
||||
SRC += $(PJRC_DIR)/main.c \
|
||||
$(PJRC_DIR)/pjrc.c \
|
||||
$(PJRC_DIR)/usb_keyboard.c \
|
||||
$(PJRC_DIR)/usb_debug.c \
|
||||
$(PJRC_DIR)/usb.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue