Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebinding the paddles on Switch firmware? #14

Open
MatthewCerza opened this issue Dec 19, 2019 · 1 comment
Open

Rebinding the paddles on Switch firmware? #14

MatthewCerza opened this issue Dec 19, 2019 · 1 comment

Comments

@MatthewCerza
Copy link

Any chance there is way to do this? I find myself constantly taking screenshots in Rocket League from muscle memory with the paddles on PC.

@greggersaurus
Copy link
Owner

Yes, it should be fairly simple. Look at function updateReports() in https://github.com/greggersaurus/OpenSteamController/blob/master/Firmware/OpenSteamController/src/usb.c (line 1269 as of commit ca3a510) and remove line "controllerUsbData.statusReport.snapshotButton = getLeftGripState();" This is checking if the Left Paddle is being pressed and using that state to act as the snapshot button. If you remove it and rebuild the Left Paddle will do nothing.

Please let me know if that isn't a clear explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants