-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Add hand swap config matrix for preonic rev 3 #7460
Add hand swap config matrix for preonic rev 3 #7460
Conversation
I like the update, but I think it may be best to move the hand_swap code from the @noroadsleft any thoughts? |
I agree. |
Nope, that wouldn't work, due to how the matrix works... |
Good call, makes a lot more sense than what I did. I blame being awake and coding at 1am. The code has been moved accordingly. |
Well, what you did made sense, and it's what was there for the planck and preonic, in the past. However, it led to complications, so I wanted to avoid that, and keep things consistent with how the layout macros are handled. That should make things a lot simpler, if there are bug fixes needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Thanks! |
* Add hand swap config matrix for preonic rev 3 * Refactor hand swap config matrix into revision source files
* Add hand swap config matrix for preonic rev 3 * Refactor hand swap config matrix into revision source files
* Add hand swap config matrix for preonic rev 3 * Refactor hand swap config matrix into revision source files
Description
The Swap Hands feature was broken on Preonic rev. 3 due to a change between revisions of the number of matrix rows and columns, leading to build errors if the feature was wanted. This fix adds a check for rev. 3 with the proper matrix.
Types of Changes
Checklist