From 75a672151f76f083b9a270381c148b6ad69d6897 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 21 Dec 2020 13:12:07 +1100 Subject: Fix small typo in V-USB configuration descriptor (#11253) --- tmk_core/protocol/vusb/vusb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmk_core/protocol') diff --git a/tmk_core/protocol/vusb/vusb.c b/tmk_core/protocol/vusb/vusb.c index 95de1019ef..e0f9c3ed23 100644 --- a/tmk_core/protocol/vusb/vusb.c +++ b/tmk_core/protocol/vusb/vusb.c @@ -690,7 +690,7 @@ const PROGMEM usbConfigurationDescriptor_t usbConfigurationDescriptor = { }, .bcdHID = 0x0101, .bCountryCode = 0x00, - .bNumDescriptors = 2, + .bNumDescriptors = 1, .bDescriptorType = USBDESCR_HID_REPORT, .wDescriptorLength = sizeof(raw_hid_report) }, -- cgit v1.2.3