diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-06-16 21:39:00 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-06-18 21:10:42 +0300 |
commit | 585d64612811a61f8476380dac77199c04246085 (patch) | |
tree | d259084a47135b1bc0c7324652f35d3e578f65f3 /tests | |
parent | 8674f9c466906c18349490f954c84e501fe3ccb6 (diff) | |
download | qmk_firmware-585d64612811a61f8476380dac77199c04246085.tar.gz qmk_firmware-585d64612811a61f8476380dac77199c04246085.zip |
Define MATRIX_COLS and MATRIX_ROWS
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/basic/config.h b/tests/basic/config.h index c24fdcf3f..c5578b83f 100644 --- a/tests/basic/config.h +++ b/tests/basic/config.h | |||
@@ -17,6 +17,8 @@ | |||
17 | #ifndef TESTS_BASIC_CONFIG_H_ | 17 | #ifndef TESTS_BASIC_CONFIG_H_ |
18 | #define TESTS_BASIC_CONFIG_H_ | 18 | #define TESTS_BASIC_CONFIG_H_ |
19 | 19 | ||
20 | #define MATRIX_ROWS 1 | ||
21 | #define MATRIX_COLS 2 | ||
20 | 22 | ||
21 | 23 | ||
22 | #endif /* TESTS_BASIC_CONFIG_H_ */ | 24 | #endif /* TESTS_BASIC_CONFIG_H_ */ |