when setting up the matrix, clear the key report

pull/18/head
Jesse Vincent 10 years ago
parent 09fd624280
commit 823cd38333

@ -38,6 +38,7 @@ sx1509Class rightsx1509(RIGHT_SX1509_ADDRESS);
void setup_matrix() void setup_matrix()
{ {
reset_key_report();
//blank out the matrix. //blank out the matrix.
for (byte col = 0; col < COLS; col++) { for (byte col = 0; col < COLS; col++) {
for (byte row = 0; row < ROWS; row++) { for (byte row = 0; row < ROWS; row++) {

Loading…
Cancel
Save