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_numpad.kll 801B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Name = ICED Numpad 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"Equals" : flashMode();
  9. # Top Row - Right
  10. U"7" : U"Numlock";
  11. U"8" : U"Keypad Slash";
  12. U"9" : U"Keypad Asterisk";
  13. U"0" : U"Keypad Minus";
  14. # Top-Middle Row - Right
  15. U"U" : U"Keypad 7";
  16. U"I" : U"Keypad 8";
  17. U"O" : U"Keypad 9";
  18. U"P" : U"Keypad Plus";
  19. # Middle Row - Right
  20. U"J" : U"Keypad 4";
  21. U"K" : U"Keypad 5";
  22. U"L" : U"Keypad 6";
  23. U"Semicolon" : U"Keypad Plus";
  24. # Bottom-Middle Row - Right
  25. U"M" : U"Keypad 1";
  26. U"Comma" : U"Keypad 2";
  27. U"Period" : U"Keypad 3";
  28. U"Slash" : U"Keypad Enter";
  29. # Bottom Row - Right
  30. U"Up" : U"Keypad Period";
  31. U"Right" : U"Keypad Enter";
  32. # Bottom Thumb Cluster - Right
  33. U"Space" : U"Keypad 0";