-
-
Notifications
You must be signed in to change notification settings - Fork 40.5k
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
Make the size of MATRIX_ROW_PINS and MATRIX_ROW_PINS_RIGHT the same #12203
Conversation
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 to me.
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.
Perhaps using NO_PIN
instead would be a little more self-explanatory.
Unfortunately, the current implementation of matrix.c makes NO_PIN meaningful only when DIRECT_PINS is used. |
That shouldn't matter as in this situation whatever the result of "reading" a |
Is there any guarantee that |
|
…mk#12203) * Make the size of MATRIX_ROW_PINS and MATRIX_ROW_PINS_RIGHT the same * Use NO_PIN instead of duplicate pin
…mk#12203) * Make the size of MATRIX_ROW_PINS and MATRIX_ROW_PINS_RIGHT the same * Use NO_PIN instead of duplicate pin
Description
As described in this documentation, the size of MATRIX_ROW_PINS and MATRIX_ROW_PINS_RIGHT must be the same.
This PR will fix the problem.
Related PR: #12111
Types of Changes
Checklist