6 lines
81 B
C
6 lines
81 B
C
|
#pragma once
|
||
|
|
||
|
/* key matrix size */
|
||
|
#define MATRIX_ROWS 16
|
||
|
#define MATRIX_COLS 8
|