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
|
@ -107,9 +107,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
|
|||
# Teensy halfKay 512
|
||||
# Atmel DFU loader 4096
|
||||
# LUFA bootloader 4096
|
||||
#ifndef BOOT_SIZE
|
||||
#define BOOT_SIZE 512
|
||||
#endif
|
||||
#OPT_DEFS += -DBOOT_SIZE=4096
|
||||
|
||||
|
||||
# Search Path
|
||||
|
|
|
@ -48,8 +48,7 @@ TOP_DIR = ../..
|
|||
TARGET_DIR = .
|
||||
|
||||
# keyboard dependent files
|
||||
SRC = protocol/pjrc/main.c \
|
||||
keymap.c \
|
||||
SRC = keymap.c \
|
||||
matrix.c \
|
||||
led.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue