Hi, I’m looking for a in depth guide on how to use usb HID keyboard functions on pro micro/leonardo.
the code examples i can find only address one key or a string then ends(or they are for the teensy).
I would like to know how to make it press button x when pin y is shorted, and how to make it do that more than one button and one pin.
I’m trying to make a game controller.