From 5bb7ef0012378cd800bff74680b08c587e6338e4 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Sun, 13 Sep 2015 22:10:01 -0400 Subject: rows to col option, maybe --- keyboard/planck/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keyboard/planck/config.h') diff --git a/keyboard/planck/config.h b/keyboard/planck/config.h index 47cf39a903..e970127703 100644 --- a/keyboard/planck/config.h +++ b/keyboard/planck/config.h @@ -36,6 +36,9 @@ along with this program. If not, see . #define COLS (int []){ F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 } #define ROWS (int []){ D0, D5, B5, B6 } +/* COL2ROW or ROW2COL */ +#define DIODE_DIRECTION COL2ROW + /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST -- cgit v1.2.3