|
|
@ -483,7 +483,7 @@ ifeq ($(strip $(SPLIT_KEYBOARD)), yes) |
|
|
|
|
|
|
|
|
|
|
|
# Determine which (if any) transport files are required
|
|
|
|
# Determine which (if any) transport files are required
|
|
|
|
ifneq ($(strip $(SPLIT_TRANSPORT)), custom)
|
|
|
|
ifneq ($(strip $(SPLIT_TRANSPORT)), custom)
|
|
|
|
QUANTUM_SRC += $(QUANTUM_DIR)/split_common/transport.c
|
|
|
|
QUANTUM_LIB_SRC += $(QUANTUM_DIR)/split_common/transport.c
|
|
|
|
# Functions added via QUANTUM_LIB_SRC are only included in the final binary if they're called.
|
|
|
|
# Functions added via QUANTUM_LIB_SRC are only included in the final binary if they're called.
|
|
|
|
# Unused functions are pruned away, which is why we can add multiple drivers here without bloat.
|
|
|
|
# Unused functions are pruned away, which is why we can add multiple drivers here without bloat.
|
|
|
|
ifeq ($(PLATFORM),AVR)
|
|
|
|
ifeq ($(PLATFORM),AVR)
|
|
|
|