-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow more than 16 buttons to be defined #5
Comments
Hi! So, the limit of 16 buttons was chosen for a couple different reasons:
While I personally don't see a case where a user would need more than 16 buttons, from a technical perspective I also can't find a good enough reason not to. With that being said:
Let me think on this some and review the current state of code. As it stands, there's a fair few things that I'd like to address across a number of areas, so I'll take this in consideration as well. |
It would be cool if the button definitions were dynamically mapped instead of hard coding 16.
For some controller ideas I have for example 20 buttons and it looks like I can't do this at present
The text was updated successfully, but these errors were encountered: