Skip to content

Commit

Permalink
[Keyboard] Fixed inconsistent MATRIX_COLS and MATRIX_COL_PINS: facew (q…
Browse files Browse the repository at this point in the history
  • Loading branch information
elfmimi authored Dec 3, 2020
1 parent 2989f9c commit fc85ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/facew/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COLS 11

#define MATRIX_ROW_PINS { B0, B1, B2, B3, B4, B5, B6, B7 }
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6}
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5 }
#define UNUSED_PINS

#define DIODE_DIRECTION COL2ROW
Expand Down

0 comments on commit fc85ebe

Please sign in to comment.