mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-23 00:44:38 +00:00
7 lines
129 B
Makefile
7 lines
129 B
Makefile
|
ifdef HARDWARE_SERIAL
|
||
|
SRC += protocol/serial_uart.c
|
||
|
OPT_DEFS += -DHARDWARE_SERIAL
|
||
|
else
|
||
|
SRC += protocol/serial_soft.c
|
||
|
endif
|