change HID config, move HID boot config to part of auto descriptor only

This commit is contained in:
hathach
2018-07-28 12:38:45 +07:00
parent 456506045f
commit 9f61493020
11 changed files with 120 additions and 93 deletions

View File

@@ -91,7 +91,7 @@ tud_desc_set_t tud_desc_set =
.hid_report =
{
.composite = NULL,
.generic = NULL,
.boot_keyboard = NULL,
.boot_mouse = NULL
}