keyboard.json 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "keyboard_name": "kt3700",
  3. "manufacturer": "keyten",
  4. "url": "",
  5. "maintainer": "key10iq",
  6. "usb": {
  7. "vid": "0xEB69",
  8. "pid": "0x3700",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["B0", "B13", "B9", "B8"],
  21. "rows": ["B12", "B7", "B5", "B4", "B3", "A15"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "indicators": {
  25. "num_lock": "B6"
  26. },
  27. "processor": "STM32F401",
  28. "bootloader": "stm32-dfu",
  29. "layout_aliases": {
  30. "LAYOUT_all": "LAYOUT_ortho_6x4"
  31. },
  32. "community_layouts": ["numpad_6x4", "ortho_6x4"],
  33. "layouts": {
  34. "LAYOUT_numpad_6x4": {
  35. "layout": [
  36. {"matrix": [0, 0], "x": 0, "y": 0},
  37. {"matrix": [0, 1], "x": 1, "y": 0},
  38. {"matrix": [0, 2], "x": 2, "y": 0},
  39. {"matrix": [0, 3], "x": 3, "y": 0},
  40. {"matrix": [1, 0], "x": 0, "y": 2},
  41. {"matrix": [1, 1], "x": 1, "y": 2},
  42. {"matrix": [1, 2], "x": 2, "y": 2},
  43. {"matrix": [1, 3], "x": 3, "y": 2},
  44. {"matrix": [2, 0], "x": 0, "y": 3},
  45. {"matrix": [2, 1], "x": 1, "y": 3},
  46. {"matrix": [2, 2], "x": 2, "y": 3},
  47. {"matrix": [3, 0], "x": 0, "y": 4},
  48. {"matrix": [3, 1], "x": 1, "y": 4},
  49. {"matrix": [3, 2], "x": 2, "y": 4},
  50. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
  51. {"matrix": [4, 0], "x": 0, "y": 5},
  52. {"matrix": [4, 1], "x": 1, "y": 5},
  53. {"matrix": [4, 2], "x": 2, "y": 5},
  54. {"matrix": [5, 1], "x": 0, "y": 6, "w": 2},
  55. {"matrix": [5, 2], "x": 2, "y": 6},
  56. {"matrix": [5, 3], "x": 3, "y": 5, "h": 2}
  57. ]
  58. },
  59. "LAYOUT_ortho_6x4": {
  60. "layout": [
  61. {"matrix": [0, 0], "x": 0, "y": 0},
  62. {"matrix": [0, 1], "x": 1, "y": 0},
  63. {"matrix": [0, 2], "x": 2, "y": 0},
  64. {"matrix": [0, 3], "x": 3, "y": 0},
  65. {"matrix": [1, 0], "x": 0, "y": 2},
  66. {"matrix": [1, 1], "x": 1, "y": 2},
  67. {"matrix": [1, 2], "x": 2, "y": 2},
  68. {"matrix": [1, 3], "x": 3, "y": 2},
  69. {"matrix": [2, 0], "x": 0, "y": 3},
  70. {"matrix": [2, 1], "x": 1, "y": 3},
  71. {"matrix": [2, 2], "x": 2, "y": 3},
  72. {"matrix": [2, 3], "x": 3, "y": 3},
  73. {"matrix": [3, 0], "x": 0, "y": 4},
  74. {"matrix": [3, 1], "x": 1, "y": 4},
  75. {"matrix": [3, 2], "x": 2, "y": 4},
  76. {"matrix": [3, 3], "x": 3, "y": 4},
  77. {"matrix": [4, 0], "x": 0, "y": 5},
  78. {"matrix": [4, 1], "x": 1, "y": 5},
  79. {"matrix": [4, 2], "x": 2, "y": 5},
  80. {"matrix": [4, 3], "x": 3, "y": 5},
  81. {"matrix": [5, 0], "x": 0, "y": 6},
  82. {"matrix": [5, 1], "x": 1, "y": 6},
  83. {"matrix": [5, 2], "x": 2, "y": 6},
  84. {"matrix": [5, 3], "x": 3, "y": 6}
  85. ]
  86. }
  87. }
  88. }