summaryrefslogtreecommitdiff
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)
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 2f2b6401d2..9c9388ee20 100644
--- a/keyboard/macway/Makefile.lufa
+++ b/keyboard/macway/Makefile.lufa
@@ -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
diff --git a/keyboard/macway/Makefile.pjrc b/keyboard/macway/Makefile.pjrc
index d2fb8ff2f6..ecc236e3d0 100644
--- a/keyboard/macway/Makefile.pjrc
+++ b/keyboard/macway/Makefile.pjrc
@@ -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