diff 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
line wrap: on
line diff
--- a/Scan/MDErgo1/rightHand.kll	Fri Aug 21 18:26:46 2015 -0700
+++ b/Scan/MDErgo1/rightHand.kll	Fri Aug 21 19:43:45 2015 -0700
@@ -8,22 +8,22 @@
 
 
 # Top Row
-S0x02 : U"7";
-S0x03 : U"8";
-S0x04 : U"9";
-S0x05 : U"0";
-S0x06 : U"Minus";
-S0x07 : U"Equal";
-S0x08 : U"Backspace";
+S0x02 : U"Function6";
+S0x03 : U"6";
+S0x04 : U"7";
+S0x05 : U"8";
+S0x06 : U"9";
+S0x07 : U"0";
+S0x08 : U"Minus";
 
 # Top-Middle Row
-S0x0B : U"PageUp";
+S0x0B : U"Left Brace";
 S0x0C : U"Y";
 S0x0D : U"U";
 S0x0E : U"I";
 S0x0F : U"O";
 S0x10 : U"P";
-S0x11 : U"BackSlash";
+S0x11 : U"Right Brace";
 
 # Middle Row
 S0x15 : U"H";
@@ -34,11 +34,11 @@
 S0x1A : U"Quote";
 
 # Top Thumb Cluster
-S0x1B : U"PrintScreen";
-S0x1C : U"Insert";
+S0x1B : U"RAlt";
+S0x1C : U"RCtrl";
 
 # Bottom-Middle Row
-S0x1D : U"PageDown";
+S0x1D : U"Function7";
 S0x1E : U"N";
 S0x1F : U"M";
 S0x20 : U"Comma";
@@ -47,16 +47,15 @@
 S0x23 : U"Right Shift";
 
 # Bottom Thumb Cluster
-S0x24 : U"Right Alt";
-S0x25 : U"Right Ctrl";
+S0x24 : U"PageUp";
+S0x25 : U"PageDown";
 S0x26 : U"Enter";
-S0x27 : U"Function2";
+S0x27 : U"Space";
 
 # Bottom Row
 S0x28 : U"Left";
 S0x29 : U"Down";
 S0x2A : U"Up";
 S0x2B : U"Right";
-S0x2C : U"Function4";
+S0x2C : U"RGui";
 
-