comparison Scan/MDErgo1/rightHand.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
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"7"; 11 S0x02 : U"Function6";
12 S0x03 : U"8"; 12 S0x03 : U"6";
13 S0x04 : U"9"; 13 S0x04 : U"7";
14 S0x05 : U"0"; 14 S0x05 : U"8";
15 S0x06 : U"Minus"; 15 S0x06 : U"9";
16 S0x07 : U"Equal"; 16 S0x07 : U"0";
17 S0x08 : U"Backspace"; 17 S0x08 : U"Minus";
18 18
19 # Top-Middle Row 19 # Top-Middle Row
20 S0x0B : U"PageUp"; 20 S0x0B : U"Left Brace";
21 S0x0C : U"Y"; 21 S0x0C : U"Y";
22 S0x0D : U"U"; 22 S0x0D : U"U";
23 S0x0E : U"I"; 23 S0x0E : U"I";
24 S0x0F : U"O"; 24 S0x0F : U"O";
25 S0x10 : U"P"; 25 S0x10 : U"P";
26 S0x11 : U"BackSlash"; 26 S0x11 : U"Right Brace";
27 27
28 # Middle Row 28 # Middle Row
29 S0x15 : U"H"; 29 S0x15 : U"H";
30 S0x16 : U"J"; 30 S0x16 : U"J";
31 S0x17 : U"K"; 31 S0x17 : U"K";
32 S0x18 : U"L"; 32 S0x18 : U"L";
33 S0x19 : U"Semicolon"; 33 S0x19 : U"Semicolon";
34 S0x1A : U"Quote"; 34 S0x1A : U"Quote";
35 35
36 # Top Thumb Cluster 36 # Top Thumb Cluster
37 S0x1B : U"PrintScreen"; 37 S0x1B : U"RAlt";
38 S0x1C : U"Insert"; 38 S0x1C : U"RCtrl";
39 39
40 # Bottom-Middle Row 40 # Bottom-Middle Row
41 S0x1D : U"PageDown"; 41 S0x1D : U"Function7";
42 S0x1E : U"N"; 42 S0x1E : U"N";
43 S0x1F : U"M"; 43 S0x1F : U"M";
44 S0x20 : U"Comma"; 44 S0x20 : U"Comma";
45 S0x21 : U"Period"; 45 S0x21 : U"Period";
46 S0x22 : U"Slash"; 46 S0x22 : U"Slash";
47 S0x23 : U"Right Shift"; 47 S0x23 : U"Right Shift";
48 48
49 # Bottom Thumb Cluster 49 # Bottom Thumb Cluster
50 S0x24 : U"Right Alt"; 50 S0x24 : U"PageUp";
51 S0x25 : U"Right Ctrl"; 51 S0x25 : U"PageDown";
52 S0x26 : U"Enter"; 52 S0x26 : U"Enter";
53 S0x27 : U"Function2"; 53 S0x27 : U"Space";
54 54
55 # Bottom Row 55 # Bottom Row
56 S0x28 : U"Left"; 56 S0x28 : U"Left";
57 S0x29 : U"Down"; 57 S0x29 : U"Down";
58 S0x2A : U"Up"; 58 S0x2A : U"Up";
59 S0x2B : U"Right"; 59 S0x2B : U"Right";
60 S0x2C : U"Function4"; 60 S0x2C : U"RGui";
61 61
62