Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Modifies the core files to change the USB mode to XInput, emulating an Xbox 360 wired gamepad. This includes:
XInputUSBAPIReworking the USB mode requires the following associated changes to the Arduino files:
Serial_class with dummy. Sketches using theSerialobject will compile but will not output serial data over USB.This seems to work perfectly with my testing on Windows 10 x64. I don't have a Mac or Linux PC setup to test with, but I'm hoping the endpoint renumbering (5b5ddcf) doesn't cause any issues.