aboutsummaryrefslogtreecommitdiff
path: root/keyboard/macway
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-06-30 13:26:09 +0900
committertmk <nobody@nowhere>2012-06-30 13:26:09 +0900
commit2c5d3ac76f0ef3c72aa0416aef8b775864b50eb1 (patch)
treeaf3e7bc1cdf3aaea222eff9685ae45bd12a4bd23 /keyboard/macway
parentf427529a30487de45ebfbe6fbba9c290738878ab (diff)
downloadqmk_firmware-2c5d3ac76f0ef3c72aa0416aef8b775864b50eb1.tar.gz
qmk_firmware-2c5d3ac76f0ef3c72aa0416aef8b775864b50eb1.zip
Add Makefile.lufa to keyboard/hhkb and hbkb.
Diffstat (limited to 'keyboard/macway')
-rw-r--r--keyboard/macway/Makefile.lufa4
-rw-r--r--keyboard/macway/Makefile.pjrc3
2 files changed, 2 insertions, 5 deletions
diff --git a/keyboard/macway/Makefile.lufa b/keyboard/macway/Makefile.lufa
index 2f2b6401d..9c9388ee2 100644
--- a/keyboard/macway/Makefile.lufa
+++ b/keyboard/macway/Makefile.lufa
@@ -107,9 +107,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
107# Teensy halfKay 512 107# Teensy halfKay 512
108# Atmel DFU loader 4096 108# Atmel DFU loader 4096
109# LUFA bootloader 4096 109# LUFA bootloader 4096
110#ifndef BOOT_SIZE 110#OPT_DEFS += -DBOOT_SIZE=4096
111#define BOOT_SIZE 512
112#endif
113 111
114 112
115# Search Path 113# Search Path
diff --git a/keyboard/macway/Makefile.pjrc b/keyboard/macway/Makefile.pjrc
index d2fb8ff2f..ecc236e3d 100644
--- a/keyboard/macway/Makefile.pjrc
+++ b/keyboard/macway/Makefile.pjrc
@@ -48,8 +48,7 @@ TOP_DIR = ../..
48TARGET_DIR = . 48TARGET_DIR = .
49 49
50# keyboard dependent files 50# keyboard dependent files
51SRC = protocol/pjrc/main.c \ 51SRC = keymap.c \
52 keymap.c \
53 matrix.c \ 52 matrix.c \
54 led.c 53 led.c
55 54