CrazyRedMachine / LUFAHybridFightstick

Nintendo switch AND XInput controller for Arduino Leonardo and Pro Micro
GNU General Public License v3.0
54 stars 16 forks source link

Add L3, R3 and Capture to Switch report #1

Closed FeralAI closed 3 years ago

FeralAI commented 3 years ago

I used your code as a base for a project of mine, and I found the Switch reports didn't contain L3, R3 or Capture. This PR adds support for those 3 buttons.

I haven't tested it with your project, but it worked fine in my derived project before I did some refactoring.

CrazyRedMachine commented 3 years ago

looks good to me, shouldn't cause issue with the rest of the code indeed. Thanks for your contribution :)