Creating multiple HID devices on STM32 controller
I recently got into STM32.
My goal is to use my 1 controller to simulate multiple keyboard on my Windows computer.
Currently, I managed to get a setup that works for 1 keyboard (1 HID device) using the Custom HID device settings on the CubeIDE.
I'm trying to progress into having multiple keyboards (multiple HID devices) and I'm having a really hard time figuring out what to do.
From what Iv'e read on the forums, I understand that there are 2 option for what I'm trying to do:
Composite USB
Having multiple HID interfaces on the same USB output.
I'm mostly trying to do the second option, but I think either one would work for me.
I'm really struggling with instruction on what to do, I found a few forum posts, but I couldn't really understand what to actually do, I don't really understand what I actually need to change in my code in order to have multiple HID interfaces in it.
If anyone could give me some tips or resources it would be highly appreciated, thanks
