]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/protocol.mk
Add my keymap
[max/tmk_keyboard.git] / tmk_core / protocol.mk
index 2bf05742f8782f57d4dbccb537cbd1ee768b49f2..47265d80489e846d33cde61ea1fe6bca1f256642 100644 (file)
@@ -26,13 +26,6 @@ ifeq (yes,$(strip $(PS2_USE_USART)))
 endif
 
 
-ifeq (yes,$(strip $(XT_USE_INT)))
-    SRC += protocol/xt_interrupt.c
-    SRC += protocol/xt_io_avr.c
-    OPT_DEFS += -DXT_USE_INT
-endif
-
-
 ifeq (yes,$(strip $(SERIAL_MOUSE_MICROSOFT_ENABLE)))
     SRC += $(PROTOCOL_DIR)/serial_mouse_microsoft.c
     OPT_DEFS += -DSERIAL_MOUSE_ENABLE -DSERIAL_MOUSE_MICROSOFT \