Remove duplicate pro_micro.h (#7246)

This commit is contained in:
fauxpark
2019-11-04 09:35:43 +11:00
committed by Joel Challis
parent be6562a223
commit 363cdb5fc0
19 changed files with 0 additions and 1115 deletions

View File

@ -202,18 +202,12 @@ uint8_t matrix_scan(void)
}else{
matrix_slave_scan();
// if(serial_slave_DATA_CORRUPT()){
// TXLED0;
int offset = (isLeftHand) ? ROWS_PER_HAND : 0;
for (int i = 0; i < ROWS_PER_HAND; ++i) {
matrix[offset+i] = serial_master_buffer[i];
}
// }else{
// TXLED1;
// }
matrix_scan_quantum();
}
return 1;