KLL Compiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

mdergo1Overlay.kll 810B

12345678910111213141516171819202122232425262728293031
  1. Name = mdergo1Overlay;
  2. Version = 0.2;
  3. Author = "HaaTa (Jacob Alexander) 2015";
  4. KLL = 0.3c;
  5. # Modified Date
  6. Date = 2015-09-20;
  7. # Make default layout more like the original ErgoDox default layout
  8. # https://keyboard-configurator.massdrop.com/ext/ergodox/
  9. #
  10. # The defaultMap.kll in BaseMap cannot have any duplicate keys (or they cannot be fully remapped later)
  11. # But, the DefaultMap can start to duplicate keys without any issues
  12. # Top Row - Right
  13. U"Function6" : U"Lock2";
  14. # Top-Middle Row - Left
  15. U"Function1" : U"Lock1";
  16. # Bottom-Middle Row - Left
  17. U"Function2" : U"Function1"; # Set Function2 to be layer shift 1
  18. # Bottom-Middle Row - Right
  19. U"Function7" : U"Function1"; # Set Function7 to be layer shift 1
  20. # Bottom Row - Left
  21. U"Function3" : U"Backslash";
  22. U"Function4" : U"Left";
  23. U"Function5" : U"Right";