]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/ergodox/Makefile.lufa
Experimental additions to LUFA makefile
[tmk_firmware.git] / keyboard / ergodox / Makefile.lufa
index 4ce21d5891841c3681d7458acbf51225b63c2921..5c5429554d30fc73af49695cea9d4ce19790a92a 100644 (file)
@@ -90,11 +90,14 @@ ARCH = AVR8
 #     CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
 F_USB = $(F_CPU)
 
+# Interrupt driven control endpoint task
+OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
+
 # Boot Section Size in *bytes*
 #   Teensy halfKay   512
 #   Atmel DFU loader 4096
 #   LUFA bootloader  4096
-OPT_DEFS += -DBOOTLOADER_SIZE=512 -DFLASH_SIZE_BYTES=0x8000
+OPT_DEFS += -DBOOTLOADER_SIZE=4096 -DFLASH_SIZE_BYTES=0x8000
 
 
 # Build Options