]> git.donarmstrong.com Git - kiibohd-kll.git/blob - layouts/mdergo1Overlay.kll
Adding Lock and Latch symbolic names (e.g. Function)
[kiibohd-kll.git] / layouts / mdergo1Overlay.kll
1 Name = mdergo1Overlay;
2 Version = 0.2;
3 Author = "HaaTa (Jacob Alexander) 2015";
4 KLL = 0.3c;
5
6 # Modified Date
7 Date = 2015-09-20;
8
9 # Make default layout more like the original ErgoDox default layout
10 # https://keyboard-configurator.massdrop.com/ext/ergodox/
11 #
12 # The defaultMap.kll in BaseMap cannot have any duplicate keys (or they cannot be fully remapped later)
13 # But, the DefaultMap can start to duplicate keys without any issues
14
15 # Top Row - Right
16 U"Function6" : U"Lock2";
17
18 # Top-Middle Row - Left
19 U"Function1" : U"Lock1";
20
21 # Bottom-Middle Row - Left
22 U"Function2" : U"Function1"; # Set Function2 to be layer shift 1
23
24 # Bottom-Middle Row - Right
25 U"Function7" : U"Function1"; # Set Function7 to be layer shift 1
26
27 # Bottom Row - Left
28 U"Function3" : U"Backslash";
29 U"Function4" : U"Left";
30 U"Function5" : U"Right";
31