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.

stdFuncMap.kll 746B

12345678910111213141516171819202122232425262728
  1. Name = stdFuncMap;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2014";
  4. KLL = 0.3;
  5. # Modified Date
  6. Date = 2014-09-14;
  7. # Maps each Function key incrementally to each layer
  8. # Unused layers and functions are ignored
  9. U"Function1" : layerShift( 1 );
  10. U"Function2" : layerShift( 2 );
  11. U"Function3" : layerShift( 3 );
  12. U"Function4" : layerShift( 4 );
  13. U"Function5" : layerShift( 5 );
  14. U"Function6" : layerShift( 6 );
  15. U"Function7" : layerShift( 7 );
  16. U"Function8" : layerShift( 8 );
  17. U"Function9" : layerShift( 9 );
  18. U"Function10" : layerShift( 10 );
  19. U"Function11" : layerShift( 11 );
  20. U"Function12" : layerShift( 12 );
  21. U"Function13" : layerShift( 13 );
  22. U"Function14" : layerShift( 14 );
  23. U"Function15" : layerShift( 15 );
  24. U"Function16" : layerShift( 16 );