diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-06-27 00:13:21 +0300 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-08 21:59:51 -0400 |
commit | 72c8df1f190d34d4eb48e9f06d13c9a4de566716 (patch) | |
tree | 2f8599a7aeff25d90be729159d556622d9a373d8 /tests/basic/config.h | |
parent | 1e4cc36e14d711d2fc755354f9b6fd80c9728882 (diff) | |
download | qmk_firmware-72c8df1f190d34d4eb48e9f06d13c9a4de566716.tar.gz qmk_firmware-72c8df1f190d34d4eb48e9f06d13c9a4de566716.zip |
A bigger test matrix, and test for unmapped keys
Diffstat (limited to 'tests/basic/config.h')
-rw-r--r-- | tests/basic/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic/config.h b/tests/basic/config.h index 4da8d0425..a52d8a4fa 100644 --- a/tests/basic/config.h +++ b/tests/basic/config.h | |||
@@ -17,8 +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 2 | 20 | #define MATRIX_ROWS 4 |
21 | #define MATRIX_COLS 2 | 21 | #define MATRIX_COLS 10 |
22 | 22 | ||
23 | 23 | ||
24 | #endif /* TESTS_BASIC_CONFIG_H_ */ | 24 | #endif /* TESTS_BASIC_CONFIG_H_ */ |