]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/xt_usb/Makefile
Fix matrix.c to use new default impl.
[max/tmk_keyboard.git] / converter / xt_usb / Makefile
index cd8230cb2b38ed2c5db69f8d09d0a368a4e29ef5..395115e3990502f7b01a83ccbf8d2b73d113f3db 100644 (file)
@@ -11,8 +11,7 @@ TMK_DIR = ../../tmk_core
 TARGET_DIR = .
 
 # project specific files
-SRC =  keymap_common.c \
-       matrix.c \
+SRC =  matrix.c \
        led.c
 
 ifdef KEYMAP
@@ -82,7 +81,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
+NKRO_ENABLE = yes      # USB Nkey Rollover
 
 
 # XT/2 Options