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.

i75b.kll 401B

1234567891011121314151617181920212223242526272829303132333435
  1. Name = i75b;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2014";
  4. KLL = 0.3;
  5. # Modified Date
  6. Date = 2014-09-07;
  7. # Number Row
  8. U"Esc" : U"Backtick";
  9. U"1" : U"F1";
  10. U"2" : U"F2";
  11. U"3" : U"F3";
  12. U"4" : U"F4";
  13. U"5" : U"F5";
  14. U"6" : U"F6";
  15. U"7" : U"F7";
  16. U"8" : U"F8";
  17. U"9" : U"F9";
  18. U"0" : U"F10";
  19. U"-" : U"F11";
  20. U"=" : U"F12";
  21. # Top Row
  22. # N/A
  23. # Middle Row
  24. # N/A
  25. # Bottom Row
  26. # N/A;
  27. # Space Row
  28. # N/A