mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-12 03:24:37 +00:00
8 lines
87 B
C
8 lines
87 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#define MATRIX_ROWS 1
|
||
|
#define MATRIX_COLS 1
|
||
|
|
||
|
#endif
|