X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fprotocol.mk;h=47265d80489e846d33cde61ea1fe6bca1f256642;hb=12e5a3a13eb86852ad58c131e28ba29c5f09bb2d;hp=2bf05742f8782f57d4dbccb537cbd1ee768b49f2;hpb=1c1f7b14e3aaa03ac7bf4b3f4cff6e39b5f6c2f5;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk index 2bf05742..47265d80 100644 --- a/tmk_core/protocol.mk +++ b/tmk_core/protocol.mk @@ -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 \