Updating usbMuxUart for NKRO
This commit is contained in:
parent
17681c535d
commit
1829d8bf05
4 changed files with 358 additions and 37 deletions
14
Output/usbMuxUart/capabilities.kll
Normal file
14
Output/usbMuxUart/capabilities.kll
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Name = usbMuxUartCapabilities;
|
||||
Version = 0.1;
|
||||
Author = "HaaTa (Jacob Alexander) 2014";
|
||||
KLL = 0.3;
|
||||
|
||||
# Modified Date
|
||||
Date = 2014-09-28;
|
||||
|
||||
|
||||
# Capabilties available to the usbMuxUart output module
|
||||
consCtrlOut => Output_consCtrlSend_capability( consCode : 2 );
|
||||
sysCtrlOut => Output_sysCtrlSend_capability( sysCode : 1 );
|
||||
usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue