UART driver refactor (#11637)
This commit is contained in:
@@ -29,7 +29,7 @@ DYNAMIC_MACRO_ENABLE = yes
|
||||
UART_DEBUG = no
|
||||
|
||||
SRC += matrix.c
|
||||
QUANTUM_LIB_SRC += $(COMMON_DIR)/uart.c \
|
||||
QUANTUM_LIB_SRC += uart.c \
|
||||
spi_master.c
|
||||
|
||||
OPT_DEFS += -DSLEEP_LED_ENABLE # we need our own sleep callbacks to turn of WS2812 LEDs
|
||||
|
Reference in New Issue
Block a user