diff options
Diffstat (limited to 'converter/adb_usb/Makefile')
| -rw-r--r-- | converter/adb_usb/Makefile | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/converter/adb_usb/Makefile b/converter/adb_usb/Makefile index 87b0f415b..09f30180a 100644 --- a/converter/adb_usb/Makefile +++ b/converter/adb_usb/Makefile | |||
| @@ -32,12 +32,25 @@ MCU = atmega32u4 # Teensy 2.0 | |||
| 32 | F_CPU = 16000000 | 32 | F_CPU = 16000000 |
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | # Boot Section Size in *bytes* | ||
| 36 | # Teensy halfKay 512 | ||
| 37 | # Teensy++ halfKay 1024 | ||
| 38 | # Atmel DFU loader 4096 | ||
| 39 | # LUFA bootloader 4096 | ||
| 40 | # USBaspLoader 2048 | ||
| 41 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
| 42 | |||
| 43 | |||
| 35 | # Build Options | 44 | # Build Options |
| 36 | # comment out to disable the options. | 45 | # comment out to disable the options. |
| 37 | # | 46 | # |
| 38 | #MOUSEKEY_ENABLE = yes # Mouse keys | 47 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 39 | EXTRAKEY_ENABLE = yes # Audio control and System control | 48 | #MOUSEKEY_ENABLE = yes # Mouse keys(+5000) |
| 40 | #NKRO_ENABLE = yes # USB Nkey Rollover | 49 | #EXTRAKEY_ENABLE = yes # Audio control and System control(+600) |
| 50 | #CONSOLE_ENABLE = yes # Console for debug | ||
| 51 | #COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 52 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | ||
| 53 | #NKRO_ENABLE = yes # USB Nkey Rollover(+500) | ||
| 41 | 54 | ||
| 42 | 55 | ||
| 43 | # Search Path | 56 | # Search Path |
