X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fm0110_usb%2FMakefile;h=d54fe596a9600413962718434f121f50a34cbdee;hb=a93677cbf145baf210f92a9129ded55c9ef5657b;hp=3c60d0710a8bc3bc6d025242e44de31333049156;hpb=9b17e27605624ed6d55e00e3e97703b91c235df0;p=max%2Ftmk_keyboard.git diff --git a/converter/m0110_usb/Makefile b/converter/m0110_usb/Makefile index 3c60d071..d54fe596 100644 --- a/converter/m0110_usb/Makefile +++ b/converter/m0110_usb/Makefile @@ -1,5 +1,5 @@ # Target file name (without extension). -TARGET ?= m0110_lufa +TARGET ?= m0110_usb # Directory common source filess exist TMK_DIR ?= ../../tmk_core @@ -65,9 +65,6 @@ 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 @@ -85,7 +82,7 @@ EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) CONSOLE_ENABLE ?= yes # Console for debug(+400) COMMAND_ENABLE ?= yes # Commands for debug and configuration #SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend -#NKRO_ENABLE ?= yes # USB Nkey Rollover - not yet supported in LUFA +#NKRO_ENABLE ?= yes # USB Nkey Rollover #KEYMAP_SECTION_ENABLE ?= yes # fixed address keymap for keymap editor