From d7c506450be613d6575649218fbcc90a4fabd150 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 19 Dec 2022 17:01:11 +0100 Subject: Enable temporary (weak) mods for specific keys and layer switching with mods --- src/usb_descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usb_descriptors.c') diff --git a/src/usb_descriptors.c b/src/usb_descriptors.c index f55a0c5..97a525b 100644 --- a/src/usb_descriptors.c +++ b/src/usb_descriptors.c @@ -73,7 +73,7 @@ uint8_t const desc_fs_configuration[] = { /* Interface number, string index, protocol, report descriptor len, * EP In address, size & polling interval */ TUD_HID_DESCRIPTOR(ITF_NUM_HID, 5, HID_ITF_PROTOCOL_NONE, - sizeof(desc_hid_report), EPNUM_HID, CFG_TUD_HID_EP_BUFSIZE, 5) + sizeof(desc_hid_report), EPNUM_HID, CFG_TUD_HID_EP_BUFSIZE, 1) }; #if TUD_OPT_HIGH_SPEED -- cgit v1.2.3-71-gd317