mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-01 15:35:52 +00:00
13 lines
223 B
C
13 lines
223 B
C
#pragma once
|
|
|
|
|
|
#define VERSION "Paula Deen"
|
|
|
|
#define FORCE_NKRO
|
|
|
|
#define MATRIX_ROW_PINS { F4, F5 }
|
|
#define MATRIX_COL_PINS { B0, B1, B2, B3, B4, B5, B6, B7, C6, C7}
|
|
|
|
/* COL2ROW, ROW2COL*/
|
|
#define DIODE_DIRECTION ROW2COL
|