Fixing sequences (after NKRO HID descriptor re-design).
This commit is contained in:
parent
c939059c7f
commit
504058bdb1
@ -419,7 +419,7 @@ void Output_usbCodeSend_capability( uint8_t state, uint8_t stateType, uint8_t *a
|
|||||||
// It is used to send "nothing" in order to break up sequences of USB Codes
|
// It is used to send "nothing" in order to break up sequences of USB Codes
|
||||||
else if ( key == 0x00 )
|
else if ( key == 0x00 )
|
||||||
{
|
{
|
||||||
USBKeys_Changed |= USBKeyChangeState_All;
|
USBKeys_Changed |= USBKeyChangeState_MainKeys;
|
||||||
|
|
||||||
// Also flush out buffers just in case
|
// Also flush out buffers just in case
|
||||||
Output_flushBuffers();
|
Output_flushBuffers();
|
||||||
|
Reference in New Issue
Block a user