mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-10-27 03:30:00 +01:00
7 lines
109 B
C
7 lines
109 B
C
#pragma once
|
|
|
|
|
|
#define MATRIX_COL_PINS { F4 }
|
|
#define MATRIX_ROW_PINS { F5 }
|
|
#define DIODE_DIRECTION COL2ROW
|