summaryrefslogtreecommitdiff
path: root/converter/adb_usb/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-11-08 04:33:13 +0900
committertmk <nobody@nowhere>2013-11-08 04:37:09 +0900
commitc531a185a48a2084c20cc17c40e8274bc27fd734 (patch)
tree9170aba61e0c04d2215ee73edddfa7c831009c17 /converter/adb_usb/Makefile
parent84b9ce7125d6a2a376419694ac461214333b12bc (diff)
Disable BOOTMAGIC and fix debug prints of adb_usb
Diffstat (limited to 'converter/adb_usb/Makefile')
-rw-r--r--converter/adb_usb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/adb_usb/Makefile b/converter/adb_usb/Makefile
index 372ef6c09a..2114167424 100644
--- a/converter/adb_usb/Makefile
+++ b/converter/adb_usb/Makefile
@@ -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)