diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-09-13 22:10:01 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-09-13 22:10:01 -0400 |
commit | 5bb7ef0012378cd800bff74680b08c587e6338e4 (patch) | |
tree | 4a2b7e159c7c9a5977ca53108de87732c8699e0e /keyboard/planck/config.h | |
parent | b89a9cdc917e06427f3efaf0da53cc060f94b3cf (diff) |
rows to col option, maybe
Diffstat (limited to 'keyboard/planck/config.h')
-rw-r--r-- | keyboard/planck/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. #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 |