Kiibohd Controller
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.

50Key.kll 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Name = 50Key;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2014";
  4. KLL = 0.3;
  5. # Modified Date
  6. Date = 2014-09-14;
  7. # NOTE: Using IBM Model M 50 key as the base layout
  8. # http://deskthority.net/wiki/File:IBM_Model_M_50-keys_06.jpg
  9. # Using Red labels when there's an option
  10. # When no key matches to USB HID, adding useful keys
  11. S0x40 : U"Alt"; # Lgoff
  12. S0x41 : U"Pause";
  13. S0x42 : U"P";
  14. S0x43 : U"O";
  15. S0x44 : U"L";
  16. S0x45 : U",";
  17. S0x46 : U"Slash";
  18. S0x47 : U"Enter";
  19. S0x49 : U"PageUp";
  20. S0x4A : U"I";
  21. S0x4B : U"K";
  22. S0x4C : U"J";
  23. S0x4D : U"M";
  24. S0x4E : U".";
  25. S0x4F : U"Keypad Asterix"; # Asterix
  26. S0x51 : U"PageDown";
  27. S0x53 : U"U";
  28. S0x54 : U"H";
  29. S0x56 : U"N";
  30. S0x57 : U"Tab";
  31. S0x58 : U"Home"; # Calc
  32. S0x59 : U"PrintScreen"; # Pay / PrtSc
  33. S0x5A : U"Y";
  34. S0x5B : U"T";
  35. S0x5C : U"G";
  36. S0x5D : U"V";
  37. S0x5E : U"B";
  38. S0x5F : U"Space";
  39. S0x61 : U"Equals"; # Next / List
  40. S0x62 : U"R";
  41. S0x63 : U"F";
  42. S0x64 : U"D";
  43. S0x65 : U"C"; # C / Up
  44. S0x66 : U"End"; # Reset / Right
  45. S0x67 : U"Insert"; # Insert / Down
  46. S0x68 : U"RAlt"; # Csh X / Rev
  47. S0x69 : U"Gui"; # Rcpt
  48. S0x6A : U"E";
  49. S0x6B : U"W";
  50. S0x6C : U"S";
  51. S0x6D : U"Z";
  52. S0x6E : U"X";
  53. S0x6F : U"Delete"; # Delete / Left
  54. S0x71 : U"Help";
  55. S0x72 : U"Q";
  56. S0x73 : U"A";
  57. S0x74 : U"Esc";
  58. S0x75 : U"CapsLock";
  59. S0x76 : U"Backspace";
  60. S0x77 : U"Shift";