Fix volume scroll wheel

This commit is contained in:
2025-08-08 07:53:36 -04:00
parent 41d2eae1be
commit bab8f9678c
5 changed files with 55 additions and 38 deletions
+1
View File
@@ -24,6 +24,7 @@ void core1_main() {
pio_usb_configuration_t pio_cfg = PIO_USB_DEFAULT_CONFIG;
pio_cfg.alarm_pool = (void*) alarm_pool_create(2,1);
tuh_configure(1, TUH_CFGID_RPI_PIO_USB_CONFIGURATION, &pio_cfg);
tuh_hid_set_default_protocol(HID_PROTOCOL_REPORT);
tuh_init(1);