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 867B

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