aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common_features.mk4
-rw-r--r--keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/common_features.mk b/common_features.mk
index 6ed7e73b6..6365955a7 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -135,7 +135,7 @@ else
135 # This ensures that the EEPROM page buffer fits into RAM 135 # This ensures that the EEPROM page buffer fits into RAM
136 USE_PROCESS_STACKSIZE = 0x600 136 USE_PROCESS_STACKSIZE = 0x600
137 USE_EXCEPTIONS_STACKSIZE = 0x300 137 USE_EXCEPTIONS_STACKSIZE = 0x300
138 138
139 SRC += $(PLATFORM_COMMON_DIR)/eeprom_stm32.c 139 SRC += $(PLATFORM_COMMON_DIR)/eeprom_stm32.c
140 SRC += $(PLATFORM_COMMON_DIR)/flash_stm32.c 140 SRC += $(PLATFORM_COMMON_DIR)/flash_stm32.c
141 OPT_DEFS += -DEEPROM_EMU_STM32F042x6 141 OPT_DEFS += -DEEPROM_EMU_STM32F042x6
@@ -483,7 +483,7 @@ ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
483 483
484 # Determine which (if any) transport files are required 484 # Determine which (if any) transport files are required
485 ifneq ($(strip $(SPLIT_TRANSPORT)), custom) 485 ifneq ($(strip $(SPLIT_TRANSPORT)), custom)
486 QUANTUM_SRC += $(QUANTUM_DIR)/split_common/transport.c 486 QUANTUM_LIB_SRC += $(QUANTUM_DIR)/split_common/transport.c
487 # Functions added via QUANTUM_LIB_SRC are only included in the final binary if they're called. 487 # Functions added via QUANTUM_LIB_SRC are only included in the final binary if they're called.
488 # Unused functions are pruned away, which is why we can add multiple drivers here without bloat. 488 # Unused functions are pruned away, which is why we can add multiple drivers here without bloat.
489 ifeq ($(PLATFORM),AVR) 489 ifeq ($(PLATFORM),AVR)
diff --git a/keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk b/keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk
index 19b330cdc..0eeb0bed0 100644
--- a/keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk
+++ b/keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk
@@ -26,5 +26,5 @@ POINTING_DEVICE_ENABLE = yes
26SPLIT_KEYBOARD = yes 26SPLIT_KEYBOARD = yes
27SPLIT_TRANSPORT = custom 27SPLIT_TRANSPORT = custom
28 28
29SRC += pointer_transport.c pmw3360.c 29SRC += pmw3360.c
30QUANTUM_LIB_SRC += serial.c i2c_master.c i2c_slave.c spi_master.c 30QUANTUM_LIB_SRC += serial.c i2c_master.c i2c_slave.c spi_master.c pointer_transport.c