]> git.donarmstrong.com Git - kiibohd-kll.git/blob - examples/md1Map.kll
Adding basic layer support
[kiibohd-kll.git] / examples / md1Map.kll
1 Name = MD1;
2 Version = 0.1;
3 Author = "HaaTa (Jacob Alexander) 2014";
4 KLL = 0.3;
5
6 # Modified Date
7 Date = 2014-09-07;
8
9
10 # MOVE THIS SECTION to another file
11 usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
12 layerState => Macro_layerState_capability( layer: 2, state : 1 );
13 # END SECTION
14
15
16 S0x00 : U"Esc";
17 S0x01 : U"1";
18 S0x02 : U"2";
19 S0x03 : U"3";
20 S0x04 : U"4";
21 S0x05 : U"5";
22 S0x06 : U"6";
23 S0x07 : U"7";
24 S0x08 : U"8";
25 S0x09 : U"9";
26 S0x0A : U"0";
27 S0x0B : U"Minus";
28 S0x0C : U"Equal";
29 S0x0D : U"Backslash";
30 S0x0E : U"Tab";
31 S0x0F : U"Q";
32 S0x10 : U"W";
33 S0x11 : U"E";
34 S0x12 : U"R";
35 S0x13 : U"T";
36 S0x14 : U"Y";
37 S0x15 : U"U";
38 S0x16 : U"I";
39 S0x17 : U"O";
40 S0x18 : U"P";
41 S0x19 : U"LBrace";
42 S0x1A : U"RBrace";
43 S0x1B : U"Backspace";
44 S0x1C : U"Ctrl";
45 S0x1D : U"A";
46 S0x1E : U"S";
47 S0x1F : U"D";
48 S0x20 : U"F";
49 S0x21 : U"G";
50 S0x22 : U"H";
51 S0x23 : U"J";
52 S0x24 : U"K";
53 S0x25 : U"L";
54 S0x26 : U"Semicolon";
55 S0x27 : U"Quote";
56 S0x28 : U"Enter";
57 S0x29 : U"LShift";
58 S0x2A : U"Z";
59 S0x2B : U"X";
60 S0x2C : U"C";
61 S0x2D : U"V";
62 S0x2E : U"B";
63 S0x2F : U"N";
64 S0x30 : U"M";
65 S0x31 : U"Comma";
66 S0x32 : U"Period";
67 S0x33 : U"Slash";
68 S0x34 : U"RShift";
69 S0x35 : U"Function1"; # Fun key
70 S0x36 : U"Function2"; # Left Blank Key
71 S0x37 : U"LAlt";
72 S0x38 : U"LGui";
73 S0x39 : U"Space";
74 S0x3A : U"RGui";
75 S0x3B : U"RAlt";
76 S0x3C : U"Function3"; # Right Blank Key 1
77 S0x3D : U"Function4"; # Right Blank Key 2
78 S0x3E : U"BackTick";
79