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 c24fdcf3fd..c5578b83f4 100644 --- a/tests/basic/config.h +++ b/tests/basic/config.h @@ -17,6 +17,8 @@ #ifndef TESTS_BASIC_CONFIG_H_ #define TESTS_BASIC_CONFIG_H_ +#define MATRIX_ROWS 1 +#define MATRIX_COLS 2 #endif /* TESTS_BASIC_CONFIG_H_ */ |