-
Notifications
You must be signed in to change notification settings - Fork 20
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
2 joy 16 b #61
Comments
I don't understand what do you mean by 2 joysticks. Are they thumbsticks? |
Is the maximum limit that Arduino can take 8 axes or is it related to the codes written? For example, can't you change the codes to 10 axes? |
It is DirectInput limitation. Windows will only recognize up to 8 axes and 128 buttons in a single HID gaming controller, even if more are declared, excess ones will not work. |
Nice work, congratulations. I have a question. Is it possible to make a steering wheel with 2 joysticks and 16 buttons? It would be nice to be able to use 2 joysticks for games like farming simulator and snowrunner. Thanks! @vsulako
The text was updated successfully, but these errors were encountered: