diff options
| author | Joel Challis <git@zvecr.com> | 2025-06-03 23:44:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-03 23:44:46 +0100 |
| commit | f096e5a3f3af404e6f752185260f183d3ecd503e (patch) | |
| tree | b3f628aebf2968434473eba8a1000eca410171f5 /builddefs | |
| parent | 53c6fa5de75da248fe3d5549f9e79660682bc64c (diff) | |
Relocate remaining `process_record_quantum` keycodes (#25328)
Diffstat (limited to 'builddefs')
| -rw-r--r-- | builddefs/common_features.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index ca60873bec..90231c9a96 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk | |||
| @@ -29,6 +29,8 @@ QUANTUM_SRC += \ | |||
| 29 | $(QUANTUM_DIR)/logging/debug.c \ | 29 | $(QUANTUM_DIR)/logging/debug.c \ |
| 30 | $(QUANTUM_DIR)/logging/sendchar.c \ | 30 | $(QUANTUM_DIR)/logging/sendchar.c \ |
| 31 | $(QUANTUM_DIR)/process_keycode/process_default_layer.c \ | 31 | $(QUANTUM_DIR)/process_keycode/process_default_layer.c \ |
| 32 | $(QUANTUM_DIR)/process_keycode/process_oneshot.c \ | ||
| 33 | $(QUANTUM_DIR)/process_keycode/process_quantum.c \ | ||
| 32 | 34 | ||
| 33 | include $(QUANTUM_DIR)/nvm/rules.mk | 35 | include $(QUANTUM_DIR)/nvm/rules.mk |
| 34 | 36 | ||
