1
0
Fork 0

Add Makefile.lufa to keyboard/hhkb and hbkb.

This commit is contained in:
tmk 2012-06-30 13:26:09 +09:00
parent f427529a30
commit 2c5d3ac76f
13 changed files with 322 additions and 71 deletions

View file

@ -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

View file

@ -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