Remove PreviousKeyStates for the time being.

This commit is contained in:
László Monda
2017-02-26 02:05:36 +01:00
parent 878cedd31c
commit 3561906ebb
2 changed files with 0 additions and 3 deletions

View File

@@ -108,7 +108,5 @@ void UpdateActiveUsbReports() {
break;
}
}
memcpy(PreviousKeyStates[slotId], CurrentKeyStates[slotId], MAX_KEY_COUNT_PER_MODULE);
}
}

View File

@@ -48,7 +48,6 @@ key_matrix_t KeyMatrix = {
#endif
};
uint8_t PreviousKeyStates[SLOT_COUNT][MAX_KEY_COUNT_PER_MODULE];
uint8_t CurrentKeyStates[SLOT_COUNT][MAX_KEY_COUNT_PER_MODULE];
static const uint8_t testData[] =