X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=protocol.mk;h=ca435ba43ca1acc2b7c3bb67705ea9eaccd851e0;hb=2015027da325e9f9b602af1f36ceeeebbcd6c78d;hp=e33200873174eb6a1d481df4171b0116b8530b48;hpb=9ae9742ac59b18cf989370f53d669daeb75bd7a3;p=tmk_firmware.git diff --git a/protocol.mk b/protocol.mk index e332008..ca435ba 100644 --- a/protocol.mk +++ b/protocol.mk @@ -9,11 +9,12 @@ 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.c + SRC += protocol/ps2_interrupt.c OPT_DEFS += -DPS2_USE_INT endif