Adding None capability.

- Required for 0.3b update of the KLL compiler.
This commit is contained in:
Jacob Alexander 2015-05-02 14:29:27 -07:00
parent 1db716ce53
commit fd25312f4f
3 changed files with 21 additions and 4 deletions

View file

@ -1,14 +1,15 @@
Name = pjrcUSBCapabilities;
Version = 0.3;
Author = "HaaTa (Jacob Alexander) 2014";
KLL = 0.3;
Version = 0.4;
Author = "HaaTa (Jacob Alexander) 2014-2015";
KLL = 0.3b;
# Modified Date
Date = 2014-10-01;
Date = 2015-05-02;
# Output capabilities
consCtrlOut => Output_consCtrlSend_capability( consCode : 2 );
NoneOut => Output_noneSend_capability();
sysCtrlOut => Output_sysCtrlSend_capability( sysCode : 1 );
usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );