How to use 2 HIDs with 1 STM32?
Hello ! I am trying to make 1 STM32 that handles 2 HIDs, one keyboard (HID_MOUSE_ReportDescK[HID_MOUSE_REPORT_DESC_SIZEK]), one mouse (HID_MOUSE_ReportDesc[HID_MOUSE_REPORT_DESC_SIZE]).I use a STM32F103C8T6.I tried to create 2 int (used as boolean) t...