forked from mirrors/qmk_userspace
Test two keys pressed at once
This commit is contained in:
parent
6a76192fa4
commit
e85b185796
3 changed files with 45 additions and 3 deletions
|
@ -17,10 +17,12 @@
|
|||
|
||||
#include "matrix.h"
|
||||
#include "test_matrix.h"
|
||||
#include <string.h>
|
||||
|
||||
static matrix_row_t matrix[MATRIX_ROWS] = {};
|
||||
|
||||
void matrix_init(void) {
|
||||
memset(matrix, 0, sizeof(matrix));
|
||||
matrix_init_quantum();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue