]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Experimental additions to LUFA makefile
authorOleg Kostyuk <cub.uanic@gmail.com>
Fri, 20 Sep 2013 19:07:50 +0000 (22:07 +0300)
committerOleg Kostyuk <cub.uanic@gmail.com>
Fri, 20 Sep 2013 19:07:50 +0000 (22:07 +0300)
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