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.

scancode_map.kll 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Name = BETKB;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2016";
  4. KLL = 0.3d;
  5. # Modified Date
  6. Date = 2016-07-06;
  7. # Options
  8. # Press/Release Cache
  9. PressReleaseCache => PressReleaseCache_define;
  10. PressReleaseCache = 1;
  11. # TODO - Not finished
  12. S0x08 : U"Backspace";
  13. S0x09 : U"Tab";
  14. S0x1B : U"Esc";
  15. S0x20 : U"Space";
  16. S0x27 : U"Quote";
  17. S0x2C : U"Comma";
  18. S0x2D : U"Minus";
  19. S0x2E : U"Period";
  20. S0x2F : U"Slash";
  21. S0x30 : U"0";
  22. S0x31 : U"1";
  23. S0x32 : U"2";
  24. S0x33 : U"3";
  25. S0x34 : U"4";
  26. S0x35 : U"5";
  27. S0x36 : U"6";
  28. S0x37 : U"7";
  29. S0x38 : U"8";
  30. S0x39 : U"9";
  31. S0x3B : U"Semicolon";
  32. S0x3D : U"Equal";
  33. S0x5B : U"LBracket";
  34. S0x5C : U"Backslash";
  35. S0x5D : U"RBracket";
  36. S0x60 : U"Backtick";
  37. S0x61 : U"A";
  38. S0x62 : U"B";
  39. S0x63 : U"C";
  40. S0x64 : U"D";
  41. S0x65 : U"E";
  42. S0x66 : U"F";
  43. S0x67 : U"G";
  44. S0x68 : U"H";
  45. S0x69 : U"I";
  46. S0x6A : U"J";
  47. S0x6B : U"K";
  48. S0x6C : U"L";
  49. S0x6D : U"M";
  50. S0x6E : U"N";
  51. S0x6F : U"O";
  52. S0x70 : U"P";
  53. S0x71 : U"Q";
  54. S0x72 : U"R";
  55. S0x73 : U"S";
  56. S0x74 : U"T";
  57. S0x75 : U"U";
  58. S0x76 : U"V";
  59. S0x77 : U"W";
  60. S0x78 : U"X";
  61. S0x79 : U"Y";
  62. S0x7A : U"Z";
  63. S0x7F : U"Delete";
  64. S0xB1 : U"P0";
  65. S0xB2 : U"P.";
  66. S0xC0 : U"P1";
  67. S0xC1 : U"P2";
  68. S0xC2 : U"P3";
  69. S0xC3 : U"PEnter";
  70. S0xD0 : U"P4";
  71. S0xD1 : U"P5";
  72. S0xD2 : U"P6";
  73. S0xD3 : U"P,";
  74. S0xE1 : U"P7";
  75. S0xE2 : U"P8";
  76. S0xE3 : U"P9";
  77. S0xE4 : U"P-";
  78. S0xF1 : U"Up";
  79. S0xF2 : U"Down";
  80. S0xF3 : U"Left";
  81. S0xF4 : U"Right";
  82. S0xF5 : U"LShift";
  83. S0xF6 : U"Ctrl";