mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
Define MATRIX_COLS and MATRIX_ROWS
This commit is contained in:
parent
8674f9c466
commit
585d646128
|
@ -17,6 +17,8 @@
|
||||||
#ifndef TESTS_BASIC_CONFIG_H_
|
#ifndef TESTS_BASIC_CONFIG_H_
|
||||||
#define TESTS_BASIC_CONFIG_H_
|
#define TESTS_BASIC_CONFIG_H_
|
||||||
|
|
||||||
|
#define MATRIX_ROWS 1
|
||||||
|
#define MATRIX_COLS 2
|
||||||
|
|
||||||
|
|
||||||
#endif /* TESTS_BASIC_CONFIG_H_ */
|
#endif /* TESTS_BASIC_CONFIG_H_ */
|
||||||
|
|
Loading…
Reference in a new issue