]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/protocol.mk
Merge branch 'nkro32'
[max/tmk_keyboard.git] / tmk_core / protocol.mk
index 54913329e69ff0e9c9dcfde2445ad476d455b9c1..630c42b125f7a36f4a9ae212ef221e6e923b9b94 100644 (file)
@@ -26,6 +26,13 @@ ifdef PS2_USE_USART
 endif
 
 
+ifdef XT_USE_INT
+    SRC += protocol/xt_interrupt.c
+    SRC += protocol/xt_io_avr.c
+    OPT_DEFS += -DXT_USE_INT
+endif
+
+
 ifdef SERIAL_MOUSE_MICROSOFT_ENABLE
     SRC += $(PROTOCOL_DIR)/serial_mouse_microsoft.c
     OPT_DEFS += -DSERIAL_MOUSE_ENABLE -DSERIAL_MOUSE_MICROSOFT \