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