diff options
author | tmk <nobody@nowhere> | 2012-06-30 13:26:09 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-06-30 13:26:09 +0900 |
commit | 2c5d3ac76f0ef3c72aa0416aef8b775864b50eb1 (patch) | |
tree | af3e7bc1cdf3aaea222eff9685ae45bd12a4bd23 /keyboard/macway/Makefile.lufa | |
parent | f427529a30487de45ebfbe6fbba9c290738878ab (diff) |
Add Makefile.lufa to keyboard/hhkb and hbkb.
Diffstat (limited to 'keyboard/macway/Makefile.lufa')
-rw-r--r-- | keyboard/macway/Makefile.lufa | 4 |
1 files changed, 1 insertions, 3 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 |