Skip to content

Commit

Permalink
将配置工具的Usage改为 0xffea, 0x72, 方便外部工具确认
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-kirisame committed Nov 10, 2024
1 parent 9b376b3 commit 9fc6837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usb/usb_descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ uint8_t const report_desc_HID1[]=

uint8_t const report_desc_HID2[]=
{
0x06, 0x00, 0xff, // Usage Page (Vendor Defined)
0x09, 0x01, // Usage Page (Vendor Defined)
0x06, 0xea, 0xff, // Usage Page (Vendor Defined)
0x09, 0x72, // Usage Page (Vendor Defined)
0xa1, 0x01, // COLLECTION (Application)
0x85, 0x3f, // Report ID (Vendor Defined)
0x95, MAX_PACKET_SIZE-1, // Report Count
Expand Down

0 comments on commit 9fc6837

Please sign in to comment.