9 lines
202 B
C
9 lines
202 B
C
|
#pragma once
|
||
|
|
||
|
#include "config_common.h"
|
||
|
|
||
|
/* key matrix pins */
|
||
|
#define MATRIX_ROW_PINS { D2, D1, F5, B5 }
|
||
|
#define MATRIX_COL_PINS { B4, D7, D0, E6, D4, F6, F4, F7, B1, B3, C6, B2 }
|
||
|
#define UNUSED_PINS
|