mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 19:01:06 +00:00
example/hog_keyboard_demo: use report id in hid descriptor
This commit is contained in:
parent
c4bbf7740f
commit
a3ace43957
@ -63,6 +63,8 @@ const uint8_t hid_descriptor_keyboard_boot_mode[] = {
|
||||
0x09, 0x06, // Usage (Keyboard)
|
||||
0xa1, 0x01, // Collection (Application)
|
||||
|
||||
0x85, 0x01, // Report ID 1
|
||||
|
||||
// Modifier byte
|
||||
|
||||
0x75, 0x01, // Report Size (1)
|
||||
|
Loading…
Reference in New Issue
Block a user