소스 검색

Fixing sequences (after NKRO HID descriptor re-design).

simple
Jacob Alexander 9 년 전
부모
커밋
504058bdb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Output/pjrcUSB/output_com.c

+ 1
- 1
Output/pjrcUSB/output_com.c 파일 보기

@@ -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
else if ( key == 0x00 )
{
USBKeys_Changed |= USBKeyChangeState_All;
USBKeys_Changed |= USBKeyChangeState_MainKeys;

// Also flush out buffers just in case
Output_flushBuffers();