X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=protocol.mk;h=d9194b2bfc0d731f5b0f417772a9bbee1fe84679;hb=65680819df13585a563296f008be1a4b0ee8045a;hp=e057d1d601e0f3d6af0fb5020491ca97686a3b39;hpb=ed52ebb9870a26496b13a0565c1aaca8ded3465b;p=qmk_firmware.git diff --git a/protocol.mk b/protocol.mk index e057d1d60..d9194b2bf 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