]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/xt_usb/Makefile
xt_usb: read data on falling edge soft/hard reset
[max/tmk_keyboard.git] / converter / xt_usb / Makefile
index cd8230cb2b38ed2c5db69f8d09d0a368a4e29ef5..e7fb6c8adc2e62db48eb78115302b35337902293 100644 (file)
@@ -11,7 +11,8 @@ TMK_DIR = ../../tmk_core
 TARGET_DIR = .
 
 # project specific files
-SRC =  keymap_common.c \
+SRC =  protocol/xt_interrupt.c \
+       protocol/xt_io_avr.c \
        matrix.c \
        led.c
 
@@ -62,7 +63,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*
@@ -72,6 +73,7 @@ F_USB = $(F_CPU)
 #   LUFA bootloader  4096
 #   USBaspLoader     2048
 OPT_DEFS += -DBOOTLOADER_SIZE=512
+#OPT_DEFS += -DBOOTLOADER_SIZE=4096
 
 
 # Build Options
@@ -82,12 +84,7 @@ MOUSEKEY_ENABLE = yes        # Mouse keys(+4700)
 EXTRAKEY_ENABLE = yes  # Audio control and System control(+450)
 CONSOLE_ENABLE = yes   # Console for debug(+400)
 COMMAND_ENABLE = yes    # Commands for debug and configuration
-NKRO_ENABLE = yes      # USB Nkey Rollover - not yet supported in LUFA
-
-
-# XT/2 Options
-#
-XT_USE_INT = yes       # uses external interrupt for falling edge of PS/2 clock pin
+NKRO_ENABLE = yes      # USB Nkey Rollover
 
 
 # Optimize size but this may cause error "relocation truncated to fit"