diff options
| author | Stefan Kerkmann | 2024-02-28 12:00:27 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-28 12:00:27 +0100 |
| commit | 0e02b0c41e47d5f5ad799a9860869b9d30ab881a (patch) | |
| tree | 4b9cf95e22162db622ea049ea96bc0d15358cf9f /tmk_core/protocol/chibios/chibios.mk | |
| parent | b43f6cb7ef33f38ee494f639e2704a25c1e68332 (diff) | |
[Core] Refactor ChibiOS USB endpoints to be fully async (#21656)
Diffstat (limited to 'tmk_core/protocol/chibios/chibios.mk')
| -rw-r--r-- | tmk_core/protocol/chibios/chibios.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/protocol/chibios/chibios.mk b/tmk_core/protocol/chibios/chibios.mk index 8eaf5b10d2..aee3f5f056 100644 --- a/tmk_core/protocol/chibios/chibios.mk +++ b/tmk_core/protocol/chibios/chibios.mk @@ -6,6 +6,8 @@ SRC += $(CHIBIOS_DIR)/usb_main.c SRC += $(CHIBIOS_DIR)/chibios.c SRC += usb_descriptor.c SRC += $(CHIBIOS_DIR)/usb_driver.c +SRC += $(CHIBIOS_DIR)/usb_endpoints.c +SRC += $(CHIBIOS_DIR)/usb_report_handling.c SRC += $(CHIBIOS_DIR)/usb_util.c SRC += $(LIBSRC) |