annotate Output/pjrcUSB/capabilities.kll @ 325:b2c8581307bc

Fixing none parameter.
author Jacob Alexander <haata@kiibohd.com>
date Wed, 13 May 2015 21:58:22 -0700
parents cc09f7e858bf
children 06a54d582bf8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
205
a2e9bb170eef Adding CMake build support for the KLL compiler
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
1 Name = pjrcUSBCapabilities;
322
cc09f7e858bf Adding None capability.
Jacob Alexander <haata@kiibohd.com>
parents: 234
diff changeset
2 Version = 0.4;
cc09f7e858bf Adding None capability.
Jacob Alexander <haata@kiibohd.com>
parents: 234
diff changeset
3 Author = "HaaTa (Jacob Alexander) 2014-2015";
cc09f7e858bf Adding None capability.
Jacob Alexander <haata@kiibohd.com>
parents: 234
diff changeset
4 KLL = 0.3b;
205
a2e9bb170eef Adding CMake build support for the KLL compiler
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
5
a2e9bb170eef Adding CMake build support for the KLL compiler
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
6 # Modified Date
322
cc09f7e858bf Adding None capability.
Jacob Alexander <haata@kiibohd.com>
parents: 234
diff changeset
7 Date = 2015-05-02;
205
a2e9bb170eef Adding CMake build support for the KLL compiler
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
8
a2e9bb170eef Adding CMake build support for the KLL compiler
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
9
234
aaf14110ea7b Adding NKRO and Boot mode capabilities.
Jacob Alexander <haata@kiibohd.com>
parents: 223
diff changeset
10 # Output capabilities
223
fc3b9cb190cc Adding NKRO support to AVR/DPH.
Jacob Alexander <haata@kiibohd.com>
parents: 205
diff changeset
11 consCtrlOut => Output_consCtrlSend_capability( consCode : 2 );
325
b2c8581307bc Fixing none parameter.
Jacob Alexander <haata@kiibohd.com>
parents: 322
diff changeset
12 noneOut => Output_noneSend_capability();
223
fc3b9cb190cc Adding NKRO support to AVR/DPH.
Jacob Alexander <haata@kiibohd.com>
parents: 205
diff changeset
13 sysCtrlOut => Output_sysCtrlSend_capability( sysCode : 1 );
fc3b9cb190cc Adding NKRO support to AVR/DPH.
Jacob Alexander <haata@kiibohd.com>
parents: 205
diff changeset
14 usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
205
a2e9bb170eef Adding CMake build support for the KLL compiler
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
15
234
aaf14110ea7b Adding NKRO and Boot mode capabilities.
Jacob Alexander <haata@kiibohd.com>
parents: 223
diff changeset
16 # Configuration capabilities
aaf14110ea7b Adding NKRO and Boot mode capabilities.
Jacob Alexander <haata@kiibohd.com>
parents: 223
diff changeset
17 kbdProtocolBoot => Output_kbdProtocolBoot_capability();
aaf14110ea7b Adding NKRO and Boot mode capabilities.
Jacob Alexander <haata@kiibohd.com>
parents: 223
diff changeset
18 kbdProtocolNKRO => Output_kbdProtocolNKRO_capability();
aaf14110ea7b Adding NKRO and Boot mode capabilities.
Jacob Alexander <haata@kiibohd.com>
parents: 223
diff changeset
19