annotate Scan/MD1_1/defaultMap.kll @ 407:b7411ae25432

Initial code for MD1_1 - IC60 /w Single color LEDs - Requires a different matrix configuration so it's incompatible with the old IC60 layout
author Jacob Alexander <haata@kiibohd.com>
date Sat, 06 Feb 2016 18:06:37 -0800
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
407
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
1 Name = MD1_1;
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
2 Version = 0.3d;
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
3 Author = "HaaTa (Jacob Alexander) 2014-2016";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
4 KLL = 0.3c;
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
5
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
6 # Modified Date
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
7 Date = 2016-02-06;
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
8
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
9
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
10 S0x00 : U"Esc";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
11 S0x01 : U"1";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
12 S0x02 : U"2";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
13 S0x03 : U"3";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
14 S0x04 : U"4";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
15 S0x05 : U"5";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
16 S0x06 : U"6";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
17 S0x07 : U"7";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
18 S0x08 : U"8";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
19 S0x09 : U"9";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
20 S0x0A : U"0";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
21 S0x0B : U"Minus";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
22 S0x0C : U"Equal";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
23 S0x0D : U"Backslash";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
24 S0x0E : U"Backtick";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
25 S0x0F : U"Tab";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
26 S0x10 : U"Q";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
27 S0x11 : U"W";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
28 S0x12 : U"E";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
29 S0x13 : U"R";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
30 S0x14 : U"T";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
31 S0x15 : U"Y";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
32 S0x16 : U"U";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
33 S0x17 : U"I";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
34 S0x18 : U"O";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
35 S0x19 : U"P";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
36 S0x1A : U"LBrace";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
37 S0x1B : U"RBrace";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
38 S0x1C : U"Backspace";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
39 S0x1D : U"Ctrl";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
40 S0x1E : U"A";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
41 S0x1F : U"S";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
42 S0x20 : U"D";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
43 S0x21 : U"F";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
44 S0x22 : U"G";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
45 S0x23 : U"H";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
46 S0x24 : U"J";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
47 S0x25 : U"K";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
48 S0x26 : U"L";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
49 S0x27 : U"Semicolon";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
50 S0x28 : U"Quote";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
51 S0x29 : U"Enter";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
52 S0x2A : U"LShift";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
53 S0x2B : U"Z";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
54 S0x2C : U"X";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
55 S0x2D : U"C";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
56 S0x2E : U"V";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
57 S0x2F : U"B";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
58 S0x30 : U"N";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
59 S0x31 : U"M";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
60 S0x32 : U"Comma";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
61 S0x33 : U"Period";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
62 S0x34 : U"Slash";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
63 S0x35 : U"RShift";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
64 S0x36 : U"Function1"; # Fun key
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
65 S0x37 : U"Function2"; # Left Blank Key
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
66 S0x38 : U"LAlt";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
67 S0x39 : U"LGui";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
68 S0x3A : U"Space";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
69 S0x3B : U"RGui";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
70 S0x3C : U"RAlt";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
71 S0x3D : U"Function3"; # Right Blank Key 1
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
72 S0x3E : U"Function4"; # Right Blank Key 2
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
73
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
74
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
75 # Custom Action Examples
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
76
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
77 # Example capability, prints to cli
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
78 action1 => CustomAction_action1_capability(); # No arguments
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
79
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
80 # Blocks given USB Code, must be used with blockLink
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
81 # Simple example, supports only blocking a single key at a time
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
82 # Keys must be specified using numbers see Macro/PartialMap/usb_hid.h
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
83 blockHold => CustomAction_blockHold_capability( usbCode : 1 ); # Single 8-bit argument
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
84 blockKey => CustomAction_blockKey_capability( usbCode : 1 );
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
85
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
86
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
87
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
88 # Defines available to the MD1_1 Scan Module
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
89
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
90 # LED Default Enable Mask Override
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
91 #
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
92 # Each LED is represented by a single bit
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
93 # See (http://www.issi.com/WW/pdf/31FL3731C.pdf) for details
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
94 ISSILedMask1 = "
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
95 0xFF, 0x00, /* C1-1 -> C1-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
96 0xFF, 0x00, /* C2-1 -> C2-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
97 0xFF, 0x00, /* C3-1 -> C3-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
98 0xFF, 0x00, /* C4-1 -> C4-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
99 0xFF, 0x00, /* C5-1 -> C5-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
100 0xFF, 0x00, /* C6-1 -> C6-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
101 0xFF, 0x00, /* C7-1 -> C7-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
102 0x7F, 0x00, /* C8-1 -> C8-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
103 0x00, 0x00, /* C9-1 -> C9-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
104 ";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
105
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
106 # LED Brightness Override
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
107 #
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
108 # Each LED channel supports 256 levels (8-bit control)
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
109 # By default, LEDs are set to 0 brightness
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
110 #ISSILedBrightness1 = "
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
111 #0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C1-1 -> C1-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
112 #0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C2-1 -> C2-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
113 #0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C3-1 -> C3-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
114 #0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C4-1 -> C4-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
115 #0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C5-1 -> C5-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
116 #0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C6-1 -> C6-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
117 #0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C7-1 -> C7-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
118 #0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C8-1 -> C8-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
119 #0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C9-1 -> C9-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
120 #";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
121
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
122 # Full brightness example
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
123 ISSILedBrightness1 = "
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
124 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C1-1 -> C1-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
125 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C2-1 -> C2-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
126 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C3-1 -> C3-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
127 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C4-1 -> C4-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
128 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C5-1 -> C5-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
129 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C6-1 -> C6-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
130 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C7-1 -> C7-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
131 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C8-1 -> C8-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
132 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* C9-1 -> C9-16 */
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
133 ";
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
134