From d391f031e4fee7efac126b67bcfd39ad04365135 Mon Sep 17 00:00:00 2001 From: awalol <61059886+awalol@users.noreply.github.com> Date: Thu, 30 Apr 2026 22:35:36 +0800 Subject: [PATCH] fix: set interrupt in binterval 1 --- src/usb_descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usb_descriptors.c b/src/usb_descriptors.c index a0c8306..8283d40 100644 --- a/src/usb_descriptors.c +++ b/src/usb_descriptors.c @@ -314,7 +314,7 @@ uint8_t const descriptor_configuration[] = { 0x84, // bEndpointAddress: IN EP4 0x03, // bmAttributes: Interrupt 0x40, 0x00, // wMaxPacketSize: 64 - 0x04, // bInterval: 1 (polling every 4ms -> 1ms) + 0x01, // bInterval: 1 (polling every 4ms -> 1ms) // Endpoint Descriptor (HID OUT: EP3) 0x07, // bLength