mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-12 06:54:42 +00:00
7 lines
87 B
C
7 lines
87 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define MATRIX_ROWS 1
|
|
#define MATRIX_COLS 1
|
|
|
|
#endif
|