1
0
Fork 0

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

@ -116,8 +116,6 @@ void matrix_init(void)
init_rows();
// init_lcols();
// TX_RX_LED_INIT;
// initialize matrix state: all keys off
for (uint8_t i=0; i < MATRIX_ROWS; i++) {
matrix[i] = 0;