comparison Scan/MDErgo1/leftHand.kll @ 370:39e338a6733d

Fixing default ErgoDox layout and adding FlashMode button - Adds proper flashMode support for all keyboards and microcontrollers (usb and serial) - flashModeEnabled must be set to 1 otherwise it will only show an error * This is on purpose (somewhat dangerous feature as it allows remote flashing) - Capability cleanup
author Jacob Alexander <haata@kiibohd.com>
date Fri, 21 Aug 2015 19:43:45 -0700
parents b4f66a698f36
children
comparison
equal deleted inserted replaced
369:ce9720634c15 370:39e338a6733d
1 Name = MDErgo1 Right Hand; 1 Name = MDErgo1 Left Hand;
2 Version = 0.1; 2 Version = 0.1;
3 Author = "HaaTa (Jacob Alexander) 2015"; 3 Author = "HaaTa (Jacob Alexander) 2015";
4 KLL = 0.3c; 4 KLL = 0.3c;
5 5
6 # Modified Date 6 # Modified Date
7 Date = 2015-08-06; 7 Date = 2015-08-06;
8 8
9 9
10 # Top Row 10 # Top Row
11 S0x02 : U"6"; 11 S0x02 : U"Esc";
12 S0x03 : U"5"; 12 S0x03 : U"5";
13 S0x04 : U"4"; 13 S0x04 : U"4";
14 S0x05 : U"3"; 14 S0x05 : U"3";
15 S0x06 : U"2"; 15 S0x06 : U"2";
16 S0x07 : U"1"; 16 S0x07 : U"1";
17 S0x08 : U"Esc"; 17 S0x08 : U"Equals";
18 18
19 # Top-Middle Row 19 # Top-Middle Row
20 S0x0B : U"F4"; 20 S0x0B : U"Function1";
21 S0x0C : U"T"; 21 S0x0C : U"T";
22 S0x0D : U"R"; 22 S0x0D : U"R";
23 S0x0E : U"E"; 23 S0x0E : U"E";
24 S0x0F : U"W"; 24 S0x0F : U"W";
25 S0x10 : U"Q"; 25 S0x10 : U"Q";
26 S0x11 : U"Tab"; 26 S0x11 : U"Backslash";
27 27
28 # Middle Row 28 # Middle Row
29 S0x15 : U"G"; 29 S0x15 : U"G";
30 S0x16 : U"F"; 30 S0x16 : U"F";
31 S0x17 : U"D"; 31 S0x17 : U"D";
32 S0x18 : U"S"; 32 S0x18 : U"S";
33 S0x19 : U"A"; 33 S0x19 : U"A";
34 S0x1A : U"Function1"; 34 S0x1A : U"Tab";
35 35
36 # Top Thumb Cluster 36 # Top Thumb Cluster
37 S0x1B : U"Home"; 37 S0x1B : U"LAlt";
38 S0x1C : U"End"; 38 S0x1C : U"LCtrl";
39 39
40 # Bottom-Middle Row 40 # Bottom-Middle Row
41 S0x1D : U"F5"; 41 S0x1D : U"Function2";
42 S0x1E : U"B"; 42 S0x1E : U"B";
43 S0x1F : U"V"; 43 S0x1F : U"V";
44 S0x20 : U"C"; 44 S0x20 : U"C";
45 S0x21 : U"X"; 45 S0x21 : U"X";
46 S0x22 : U"Z"; 46 S0x22 : U"Z";
47 S0x23 : U"Left Shift"; 47 S0x23 : U"Left Shift";
48 48
49 # Bottom Thumb Cluster 49 # Bottom Thumb Cluster
50 S0x24 : U"Left Alt"; 50 S0x24 : U"Home";
51 S0x25 : U"Left Ctrl"; 51 S0x25 : U"End";
52 S0x26 : U"Delete"; 52 S0x26 : U"Delete";
53 S0x27 : U"Space"; 53 S0x27 : U"Backspace";
54 54
55 # Bottom Row 55 # Bottom Row
56 S0x28 : U"Function5"; 56 S0x28 : U"Function5";
57 S0x29 : U"Backtick"; 57 S0x29 : U"Function4";
58 S0x2A : U"Right Brace"; 58 S0x2A : U"Function3";
59 S0x2B : U"Left Brace"; 59 S0x2B : U"Backtick";
60 S0x2C : U"Function3"; 60 S0x2C : U"LGui";
61 61