-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
[Bug] Inconsistent MATRIX_COLS and MATRIX_COL_PINS. (KB: facew) #8106
Comments
Good catch. The entire first column of the layout macros is comprised of |
Digging a bit into history, there can be found a clue. Before this commit it once was a custom matrix. |
I guess this keyboard's circuit must be almost identical to schematics kept here. |
Attached here is a list of keyboards which seems to share similar design which originates to b.face . Closest to facew among those is bfake and the following is the diff between the two.
note: K48 is the key next to right shift which is used to support ISO layout. |
Describe the Bug
I was checking consistency of MATRIX_ROWS and MATRIX_COLS regarding the actual number of elements in MATRIX_ROW_PINS and MATRIX_COL_PINS respectively, for all keyboards.
And found out this in keyboards/facew/config.h.
I suppose above should have been written like this.
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5 }
Can anyone provide certain information on this issue?
@mechmerlin
System Information
Additional Context
qmk_firmware/keyboards/facew/config.h
Lines 30 to 34 in 6a0e155
The text was updated successfully, but these errors were encountered: