From 353a9b56e6caee853d3f808d2bfedf07056b4518 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 29 Mar 2013 11:31:21 +0900 Subject: Fix BOOTLOADER_SIZE setting --- keyboard/phantom/Makefile.lufa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboard/phantom/Makefile.lufa') diff --git a/keyboard/phantom/Makefile.lufa b/keyboard/phantom/Makefile.lufa index 641d8c52a..c8c13da09 100644 --- a/keyboard/phantom/Makefile.lufa +++ b/keyboard/phantom/Makefile.lufa @@ -108,7 +108,7 @@ CONSOLE_ENABLE = yes # Console for debug # Teensy halfKay 512 # Atmel DFU loader 4096 # LUFA bootloader 4096 -OPT_DEFS += -DBOOT_SIZE=512 +OPT_DEFS += -DBOOTLOADER_SIZE=512 # Search Path -- cgit v1.2.3