X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol.mk;h=d9194b2bfc0d731f5b0f417772a9bbee1fe84679;hb=3dbb762dcc5b1d340cb145fc4ca60748ccf7c890;hp=de7014e866386c281774cc59e55a2442ecffd7c7;hpb=7dde35d4f7cc3cc1569a31e752ea4043133b1a72;p=max%2Ftmk_keyboard.git diff --git a/protocol.mk b/protocol.mk index de7014e8..d9194b2b 100644 --- a/protocol.mk +++ b/protocol.mk @@ -9,16 +9,19 @@ endif ifdef PS2_USE_BUSYWAIT SRC += protocol/ps2_busywait.c + SRC += protocol/ps2_io_avr.c OPT_DEFS += -DPS2_USE_BUSYWAIT endif ifdef PS2_USE_INT SRC += protocol/ps2_interrupt.c + SRC += protocol/ps2_io_avr.c OPT_DEFS += -DPS2_USE_INT endif ifdef PS2_USE_USART SRC += protocol/ps2_usart.c + SRC += protocol/ps2_io_avr.c OPT_DEFS += -DPS2_USE_USART endif