X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol.mk;h=d9194b2bfc0d731f5b0f417772a9bbee1fe84679;hb=5a8dbc63ea29eb454ad5f36de5c6c33172230f88;hp=e057d1d601e0f3d6af0fb5020491ca97686a3b39;hpb=363950982a291c3bfa03ac6362061b1d37dc06b0;p=max%2Ftmk_keyboard.git diff --git a/protocol.mk b/protocol.mk index e057d1d6..d9194b2b 100644 --- a/protocol.mk +++ b/protocol.mk @@ -15,11 +15,13 @@ 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