diff 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
line wrap: on
line diff
--- a/Scan/MDErgo1/leftHand.kll	Fri Aug 21 18:26:46 2015 -0700
+++ b/Scan/MDErgo1/leftHand.kll	Fri Aug 21 19:43:45 2015 -0700
@@ -1,4 +1,4 @@
-Name = MDErgo1 Right Hand;
+Name = MDErgo1 Left Hand;
 Version = 0.1;
 Author = "HaaTa (Jacob Alexander) 2015";
 KLL = 0.3c;
@@ -8,22 +8,22 @@
 
 
 # Top Row
-S0x02 : U"6";
+S0x02 : U"Esc";
 S0x03 : U"5";
 S0x04 : U"4";
 S0x05 : U"3";
 S0x06 : U"2";
 S0x07 : U"1";
-S0x08 : U"Esc";
+S0x08 : U"Equals";
 
 # Top-Middle Row
-S0x0B : U"F4";
+S0x0B : U"Function1";
 S0x0C : U"T";
 S0x0D : U"R";
 S0x0E : U"E";
 S0x0F : U"W";
 S0x10 : U"Q";
-S0x11 : U"Tab";
+S0x11 : U"Backslash";
 
 # Middle Row
 S0x15 : U"G";
@@ -31,14 +31,14 @@
 S0x17 : U"D";
 S0x18 : U"S";
 S0x19 : U"A";
-S0x1A : U"Function1";
+S0x1A : U"Tab";
 
 # Top Thumb Cluster
-S0x1B : U"Home";
-S0x1C : U"End";
+S0x1B : U"LAlt";
+S0x1C : U"LCtrl";
 
 # Bottom-Middle Row
-S0x1D : U"F5";
+S0x1D : U"Function2";
 S0x1E : U"B";
 S0x1F : U"V";
 S0x20 : U"C";
@@ -47,15 +47,15 @@
 S0x23 : U"Left Shift";
 
 # Bottom Thumb Cluster
-S0x24 : U"Left Alt";
-S0x25 : U"Left Ctrl";
+S0x24 : U"Home";
+S0x25 : U"End";
 S0x26 : U"Delete";
-S0x27 : U"Space";
+S0x27 : U"Backspace";
 
 # Bottom Row
 S0x28 : U"Function5";
-S0x29 : U"Backtick";
-S0x2A : U"Right Brace";
-S0x2B : U"Left Brace";
-S0x2C : U"Function3";
+S0x29 : U"Function4";
+S0x2A : U"Function3";
+S0x2B : U"Backtick";
+S0x2C : U"LGui";