complete refactor to directly pass reports and interfaces

This commit is contained in:
2025-08-23 15:06:10 -04:00
parent 86ecb819b0
commit 0aebadf829
15 changed files with 681 additions and 660 deletions
+3 -3
View File
@@ -11,10 +11,10 @@ add_subdirectory(${PICO_PIO_USB_PATH} pico_pio_usb)
add_executable(${PROJECT})
target_sources(${PROJECT} PRIVATE
main_device.c
main_host.c
usb_descriptors.c
hyperx_elite2.c
main.c
usb_host.c
usb_device.c
)
# print memory usage, enable all warnings