Test two keys pressed at once

This commit is contained in:
Fred Sundvik 2017-06-18 14:40:22 +03:00
parent 6a76192fa4
commit e85b185796
3 changed files with 45 additions and 3 deletions

View file

@ -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();
}