9f6be5794b
- NKRO for USB Codes 4 to 164, 176 to 221 and modifiers - Added System Control support codes 129 to 183 - Added Consumer Control support codes 32 to 668
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
Name = pjrcUSBCapabilities;
|
|
Version = 0.2;
|
|
Author = "HaaTa (Jacob Alexander) 2014";
|
|
KLL = 0.3;
|
|
|
|
# Modified Date
|
|
Date = 2014-09-20;
|
|
|
|
|
|
# Capabilties available to the pjrcUSB output module
|
|
consCtrlOut => Output_consCtrlSend_capability( consCode : 2 );
|
|
sysCtrlOut => Output_sysCtrlSend_capability( sysCode : 1 );
|
|
usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
|
|
|