Move transport.c to QUANTUM_LIB_SRC (#11751)

This commit is contained in:
Drashna Jaelre
2021-02-01 01:12:52 -08:00
committed by GitHub
parent dca4388056
commit 9591e992cc
2 changed files with 4 additions and 4 deletions

View File

@@ -26,5 +26,5 @@ POINTING_DEVICE_ENABLE = yes
SPLIT_KEYBOARD = yes
SPLIT_TRANSPORT = custom
SRC += pointer_transport.c pmw3360.c
QUANTUM_LIB_SRC += serial.c i2c_master.c i2c_slave.c spi_master.c
SRC += pmw3360.c
QUANTUM_LIB_SRC += serial.c i2c_master.c i2c_slave.c spi_master.c pointer_transport.c