]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - protocol.mk
Replaced tabs with spaces to match TMK convention.
[qmk_firmware.git] / protocol.mk
index de7014e866386c281774cc59e55a2442ecffd7c7..d9194b2bfc0d731f5b0f417772a9bbee1fe84679 100644 (file)
@@ -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