Переглянути джерело

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 Переглянути файл

// 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();