mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
10 lines
217 B
C
10 lines
217 B
C
#pragma once
|
|
|
|
|
|
/* pcb default pin-out */
|
|
#define MATRIX_ROW_PINS { E6, B4, B5 }
|
|
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, B6, D1, D0, D4, C6, D7 }
|
|
|
|
/* COL2ROW or ROW2COL */
|
|
#define DIODE_DIRECTION COL2ROW
|