Arşivlenmiş
1
0

Force 6KRO/Boot mode always if defined by KLL

- usbProtocol = 0;
Bu işleme şunda yer alıyor:
Jacob Alexander 2016-08-18 22:49:51 -07:00
ebeveyn 6d2a4e0f23
işleme 22a24e967b

Dosyayı Görüntüle

@ -653,6 +653,12 @@ static void usb_setup()
print(NL);
#endif
USBKeys_Protocol = setup.wValue & 0xFF; // 0 - Boot Mode, 1 - NKRO Mode
// Force Boot Mode if defined by KLL
if ( USBProtocol_define == 0 )
{
USBKeys_Protocol = USBProtocol_define;
}
goto send;
case 0x03A1: /// HID GET_PROTOCOL