diff Output/pjrcUSB/capabilities.kll @ 223:fc3b9cb190cc

Adding NKRO support to AVR/DPH. - 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
author Jacob Alexander <haata@kiibohd.com>
date Sun, 21 Sep 2014 11:55:37 -0700
parents a2e9bb170eef
children aaf14110ea7b
line wrap: on
line diff
--- a/Output/pjrcUSB/capabilities.kll	Sat Sep 20 23:09:58 2014 -0700
+++ b/Output/pjrcUSB/capabilities.kll	Sun Sep 21 11:55:37 2014 -0700
@@ -1,12 +1,14 @@
 Name = pjrcUSBCapabilities;
-Version = 0.1;
+Version = 0.2;
 Author = "HaaTa (Jacob Alexander) 2014";
 KLL = 0.3;
 
 # Modified Date
-Date = 2014-09-14;
+Date = 2014-09-20;
 
 
 # Capabilties available to the pjrcUSB output module
-usbKeyOut  => Output_usbCodeSend_capability( usbCode : 1 );
+consCtrlOut => Output_consCtrlSend_capability( consCode : 2 );
+sysCtrlOut  => Output_sysCtrlSend_capability( sysCode : 1 );
+usbKeyOut   => Output_usbCodeSend_capability( usbCode : 1 );