summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-06-16 20:39:00 +0200
committerFred Sundvik <fsundvik@gmail.com>2017-06-18 20:10:42 +0200
commit585d64612811a61f8476380dac77199c04246085 (patch)
treed259084a47135b1bc0c7324652f35d3e578f65f3 /tests
parent8674f9c466906c18349490f954c84e501fe3ccb6 (diff)
downloadqmk_firmware-585d64612811a61f8476380dac77199c04246085.tar.gz
qmk_firmware-585d64612811a61f8476380dac77199c04246085.tar.xz
Define MATRIX_COLS and MATRIX_ROWS
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/config.h2
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 @@
#ifndef TESTS_BASIC_CONFIG_H_
#define TESTS_BASIC_CONFIG_H_
+#define MATRIX_ROWS 1
+#define MATRIX_COLS 2
#endif /* TESTS_BASIC_CONFIG_H_ */