diff options
| author | Ryan | 2024-04-11 06:06:36 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-11 06:06:36 +0200 |
| commit | 25f608c1b437060e8c9b451ed81c7e37a2531284 (patch) | |
| tree | d49488270685d04b7ff8a017946497d21b9d16ea /builddefs/common_features.mk | |
| parent | 4acdddbf48707e5221cb754b4aa5caf32ce28276 (diff) | |
Separate keycode handling for LED Matrix and Backlight (#23426)
Diffstat (limited to 'builddefs/common_features.mk')
| -rw-r--r-- | builddefs/common_features.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index 49197dc91e..68f9a1dd08 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -353,7 +353,7 @@ ifeq ($(strip $(LED_MATRIX_ENABLE)), yes) COMMON_VPATH += $(QUANTUM_DIR)/led_matrix/animations COMMON_VPATH += $(QUANTUM_DIR)/led_matrix/animations/runners POST_CONFIG_H += $(QUANTUM_DIR)/led_matrix/post_config.h - SRC += $(QUANTUM_DIR)/process_keycode/process_backlight.c + SRC += $(QUANTUM_DIR)/process_keycode/process_led_matrix.c SRC += $(QUANTUM_DIR)/led_matrix/led_matrix.c SRC += $(QUANTUM_DIR)/led_matrix/led_matrix_drivers.c LIB8TION_ENABLE := yes |