Fix Corne keyboard matrix configuration (#6684)

This commit is contained in:
Drashna Jaelre
2019-09-14 00:46:14 -07:00
committed by fauxpark
parent 1620066475
commit 969dd8be56
2 changed files with 18 additions and 18 deletions

View File

@@ -29,11 +29,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 8
#define MATRIX_COLS 7
#define MATRIX_COLS 6
#define MATRIX_ROW_PINS { D4, C6, D7, E6 }
// wiring of each half
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2 }
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 }
// #define MATRIX_COL_PINS { B2, B3, B1, F7, F6, F5, F4 } //uncomment this line and comment line above if you need to reverse left-to-right key order
/* define if matrix has ghost */