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.

iced_func.kll 401B

123456789101112131415161718192021222324
  1. Name = ICED Function Layer;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2015";
  4. KLL = 0.3c;
  5. # Modified Date
  6. Date = 2015-08-21;
  7. # Top Row - Left
  8. U"1" : U"F1";
  9. U"2" : U"F2";
  10. U"3" : U"F3";
  11. U"4" : U"F4";
  12. U"5" : U"F5";
  13. U"Esc" : U"F11";
  14. # Top Row - Right
  15. U"Function6" : U"F12";
  16. U"6" : U"F6";
  17. U"7" : U"F7";
  18. U"8" : U"F8";
  19. U"9" : U"F9";
  20. U"0" : U"F10";