diff options
author | a_p_u_r_o <applause@elfmimi.jp> | 2020-12-04 04:38:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 06:38:26 +1100 |
commit | fc85ebecd43ebf9dc9c71c1e956c75bd1652b3a3 (patch) | |
tree | 334ed628f0f884d11bd4c17034871bf79c53b14e /keyboards/facew | |
parent | 2989f9ce2beb41e7796b4ba0cafc481734b3f024 (diff) |
[Keyboard] Fixed inconsistent MATRIX_COLS and MATRIX_COL_PINS: facew (#8115)
Diffstat (limited to 'keyboards/facew')
-rw-r--r-- | keyboards/facew/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/facew/config.h b/keyboards/facew/config.h index ab9130b804..5966429cac 100644 --- a/keyboards/facew/config.h +++ b/keyboards/facew/config.h @@ -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 |