mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-21 08:35:54 +01:00
[ps2,terminal_usb] Quick fix for build problem
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user