Replace SLOT_ID_* macros with SlotId_* enum values.

This commit is contained in:
László Monda
2017-09-26 20:01:18 +02:00
parent 065a19fdc8
commit 9dde9ee917
3 changed files with 11 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ void UpdateUsbReports()
KeyMatrix_Scan(&KeyMatrix);
memcpy(CurrentKeyStates[SLOT_ID_RIGHT_KEYBOARD_HALF], KeyMatrix.keyStates, MAX_KEY_COUNT_PER_MODULE);
memcpy(CurrentKeyStates[SlotId_RightKeyboardHalf], KeyMatrix.keyStates, MAX_KEY_COUNT_PER_MODULE);
UpdateActiveUsbReports();
SwitchActiveUsbBasicKeyboardReport();