mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-07-14 09:25:19 +02:00
use keyboard report size ref
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
e52eabe8fa
commit
56ec2854a8
@ -571,7 +571,7 @@ static bool usb_request_hook_cb(USBDriver *usbp) {
|
|||||||
switch (usbp->setup[4]) { /* LSB(wIndex) (check MSB==0?) */
|
switch (usbp->setup[4]) { /* LSB(wIndex) (check MSB==0?) */
|
||||||
#ifndef KEYBOARD_SHARED_EP
|
#ifndef KEYBOARD_SHARED_EP
|
||||||
case KEYBOARD_INTERFACE:
|
case KEYBOARD_INTERFACE:
|
||||||
usbSetupTransfer(usbp, (uint8_t *)&keyboard_report_sent, sizeof(keyboard_report_sent), NULL);
|
usbSetupTransfer(usbp, (uint8_t *)&keyboard_report_sent, KEYBOARD_REPORT_SIZE, NULL);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user