Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #321 from UltimateHackingKeyboard/fix_payload_length
Browse files Browse the repository at this point in the history
Fix payload length for UHK60
  • Loading branch information
mondalaci authored Oct 11, 2024
2 parents 7a8a150 + ad46f03 commit 65159d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions right/src/usb_interfaces/usb_interface_generic_hid.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#define USB_GENERIC_HID_ENDPOINT_OUT_INDEX 6
#define USB_GENERIC_HID_ENDPOINT_COUNT 2

#define USB_GENERIC_HID_INTERRUPT_IN_PACKET_SIZE 64
#define USB_GENERIC_HID_INTERRUPT_IN_PACKET_SIZE 63
#define USB_GENERIC_HID_INTERRUPT_IN_INTERVAL 1
#define USB_GENERIC_HID_INTERRUPT_OUT_PACKET_SIZE 64
#define USB_GENERIC_HID_INTERRUPT_OUT_PACKET_SIZE 63
#define USB_GENERIC_HID_INTERRUPT_OUT_INTERVAL 1

#define USB_GENERIC_HID_IN_BUFFER_LENGTH 63
Expand Down

0 comments on commit 65159d3

Please sign in to comment.