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 1.2KB

12345678910111213141516171819202122232425262728293031323334
  1. Name = mdergo1Overlay;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2015";
  4. KLL = 0.3c;
  5. # Modified Date
  6. Date = 2015-08-21;
  7. # Make default layout more like the original ErgoDox default layout
  8. # https://keyboard-configurator.massdrop.com/ext/ergodox/?referer=NJD4SS&hash=f4bc8609bda446b3ac6cfc317eb3ed6a
  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. # XXX Currently there are no "convenience" Function symbolic names for layerLock
  14. # This means the LCDLayerDisplay has to be applied here
  15. # Adding more symbolic names is possible, but it's not super straight-forward
  16. U"Function6" : layerLock( 2 ) + LCDLayerDisplay(); # Lock layer 2, and LCD update
  17. # Top-Middle Row - Left
  18. U"Function1" : layerLock( 1 ) + LCDLayerDisplay(); # Lock layer 1, and LCD update
  19. # Bottom-Middle Row - Left
  20. U"Function2" : U"Function1"; # Set Function2 to be layer shift 1
  21. # Bottom-Middle Row - Right
  22. U"Function7" : U"Function1"; # Set Function7 to be layer shift 1
  23. # Bottom Row - Left
  24. U"Function3" : U"Backslash";
  25. U"Function4" : U"Left";
  26. U"Function5" : U"Right";