diff options
| author | Ryan <fauxpark@gmail.com> | 2024-11-20 09:53:33 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-20 09:53:33 +1100 |
| commit | 9c865839819bf9ec3ed573354a53bcbe905080f7 (patch) | |
| tree | 9b9b94bf3ec84ad3dcdac28949046180c55243d8 /builddefs | |
| parent | e66fce38b232646111e6811a03133e557d897cba (diff) | |
Backward compatibility for new RGB keycode handling (#24490)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Diffstat (limited to 'builddefs')
| -rw-r--r-- | builddefs/common_features.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index 2eb7056b6f..f5b01de015 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk | |||
| @@ -456,6 +456,10 @@ ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes) | |||
| 456 | COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations | 456 | COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations |
| 457 | COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations/runners | 457 | COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations/runners |
| 458 | POST_CONFIG_H += $(QUANTUM_DIR)/rgb_matrix/post_config.h | 458 | POST_CONFIG_H += $(QUANTUM_DIR)/rgb_matrix/post_config.h |
| 459 | |||
| 460 | # TODO: Remove this | ||
| 461 | SRC += $(QUANTUM_DIR)/process_keycode/process_underglow.c | ||
| 462 | |||
| 459 | SRC += $(QUANTUM_DIR)/process_keycode/process_rgb_matrix.c | 463 | SRC += $(QUANTUM_DIR)/process_keycode/process_rgb_matrix.c |
| 460 | SRC += $(QUANTUM_DIR)/color.c | 464 | SRC += $(QUANTUM_DIR)/color.c |
| 461 | SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix.c | 465 | SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix.c |
