diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk index 619359717..a71bcace0 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -29,6 +29,7 @@ QUANTUM_SRC += \ | |||
29 | $(QUANTUM_DIR)/keyboard.c \ | 29 | $(QUANTUM_DIR)/keyboard.c \ |
30 | $(QUANTUM_DIR)/keymap_common.c \ | 30 | $(QUANTUM_DIR)/keymap_common.c \ |
31 | $(QUANTUM_DIR)/keycode_config.c \ | 31 | $(QUANTUM_DIR)/keycode_config.c \ |
32 | $(QUANTUM_DIR)/usb_device_state.c \ | ||
32 | $(QUANTUM_DIR)/logging/debug.c \ | 33 | $(QUANTUM_DIR)/logging/debug.c \ |
33 | $(QUANTUM_DIR)/logging/sendchar.c \ | 34 | $(QUANTUM_DIR)/logging/sendchar.c \ |
34 | 35 | ||