diff options
| author | 2015-01-14 22:48:54 -0500 | |
|---|---|---|
| committer | 2015-01-14 22:48:54 -0500 | |
| commit | a54da1b92663606f5e5c18bc1eaec30c06847da1 (patch) | |
| tree | a1b7485debf62a8c52d1db3199436cac2f3ce346 /protocol.mk | |
| parent | 4225f0353c2eb85fbd8ca0622eb89757975093e4 (diff) | |
| parent | 10a6b2c7d8bc9c5d2657acdeefa1102be5035280 (diff) | |
| download | qmk_firmware-a54da1b92663606f5e5c18bc1eaec30c06847da1.tar.gz | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'protocol.mk')
| -rw-r--r-- | protocol.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |