]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - converter/adb_usb/Makefile
Merge remote-tracking branch 'tmk/master' into cub_layout
[tmk_firmware.git] / converter / adb_usb / Makefile
index 372ef6c09a2c5eb77aebf86a1e3653231126df73..21141674245d4f2356a7185f1f18cd90811c0ed3 100644 (file)
@@ -94,7 +94,7 @@ ARCH = AVR8
 F_USB = $(F_CPU)
 
 # Interrupt driven control endpoint task(+60)
-#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
+OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 
 
 # Boot Section Size in *bytes*
@@ -109,7 +109,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 # Build Options
 #   comment out to disable the options.
 #
-BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
+#BOOTMAGIC_ENABLE = yes        # Virtual DIP switch configuration(+1000)
 MOUSEKEY_ENABLE = yes  # Mouse keys(+4700)
 EXTRAKEY_ENABLE = yes  # Audio control and System control(+450)
 CONSOLE_ENABLE = yes   # Console for debug(+400)