diff options
author | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-09-12 13:24:31 -0400 |
---|---|---|
committer | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-09-12 13:24:31 -0400 |
commit | 103ba24df26957ec6109412cdea82daf93b938a5 (patch) | |
tree | a50d42b80b27060a7aa56e8d043f32534bd0aff0 /keyboards/atreus/config.h | |
parent | 6a7ef59629dcb6cb388649002242abdab344424b (diff) | |
parent | 23faf9ec8119e211b1da236e9c869c230456aa52 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/atreus/config.h')
-rw-r--r-- | keyboards/atreus/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/atreus/config.h b/keyboards/atreus/config.h index 624d90188c..51162cde3a 100644 --- a/keyboards/atreus/config.h +++ b/keyboards/atreus/config.h @@ -37,7 +37,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // COLS: Left to right, ROWS: Top to bottom #if defined(ATREUS_ASTAR) # define MATRIX_ROW_PINS { D0, D1, D3, D2 } +#if defined(PCBDOWN) +# define MATRIX_COL_PINS { B7, D6, F7, F6, B6, D4, E6, B4, B5, C6, D7 } +#else # define MATRIX_COL_PINS { D7, C6, B5, B4, E6, D4, B6, F6, F7, D6, B7 } +#endif # define UNUSED_PINS #elif defined(ATREUS_TEENSY2) # define MATRIX_ROW_PINS { D0, D1, D2, D3 } |