mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
8 lines
183 B
C
8 lines
183 B
C
#pragma once
|
|
|
|
|
|
#define MATRIX_ROW_PINS { B1, B0, A9, A8, A0 }
|
|
#define MATRIX_COL_PINS { A2, A3, A4, A5, A6, A7, A1, A10, A15, B3, B4, B5, B6, B7, B8}
|
|
|
|
#define DIODE_DIRECTION COL2ROW
|