]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/m0110_usb/Makefile
adb_usb: Fix Power key mapping for Windows
[max/tmk_keyboard.git] / converter / m0110_usb / Makefile
index 3c60d0710a8bc3bc6d025242e44de31333049156..d54fe596a9600413962718434f121f50a34cbdee 100644 (file)
@@ -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