fixed indentation
This commit is contained in:
parent
62a9a954c4
commit
d4b5d0095f
@ -241,7 +241,7 @@ uint8_t scankeys(uint8_t* reportBuffer, uint8_t* oldReportBuffer, uint8_t sizeOf
|
||||
}
|
||||
if (debounce == 1) {
|
||||
if (memcmp(oldmatrix, curmatrix, sizeof(curmatrix)) != 0) {
|
||||
// printMatrix();
|
||||
//printMatrix();
|
||||
memcpy(oldmatrix, curmatrix, sizeof(curmatrix));
|
||||
}
|
||||
// debounce counter expired, create report
|
||||
|
Loading…
Reference in New Issue
Block a user