X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=converter%2Fxt_usb%2FMakefile;h=e7fb6c8adc2e62db48eb78115302b35337902293;hb=8a92f254e1d87007db2cc0d746a3c2436c91cbe3;hp=395115e3990502f7b01a83ccbf8d2b73d113f3db;hpb=3526fcaf15a45b216bdebf32f288fc3bc9968523;p=max%2Ftmk_keyboard.git diff --git a/converter/xt_usb/Makefile b/converter/xt_usb/Makefile index 395115e3..e7fb6c8a 100644 --- a/converter/xt_usb/Makefile +++ b/converter/xt_usb/Makefile @@ -11,7 +11,9 @@ TMK_DIR = ../../tmk_core TARGET_DIR = . # project specific files -SRC = matrix.c \ +SRC = protocol/xt_interrupt.c \ + protocol/xt_io_avr.c \ + matrix.c \ led.c ifdef KEYMAP @@ -61,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* @@ -71,6 +73,7 @@ F_USB = $(F_CPU) # LUFA bootloader 4096 # USBaspLoader 2048 OPT_DEFS += -DBOOTLOADER_SIZE=512 +#OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options @@ -84,11 +87,6 @@ COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover -# XT/2 Options -# -XT_USE_INT = yes # uses external interrupt for falling edge of PS/2 clock pin - - # Optimize size but this may cause error "relocation truncated to fit" #EXTRALDFLAGS = -Wl,--relax