keyboard.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "keyboard_name": "MT40",
  3. "manufacturer": "ThomasDehaeze",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x20A0",
  8. "pid": "0x422D",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": true,
  14. "command": false,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": false,
  18. "nkro": false,
  19. "rgblight": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "C7", "C6", "C5", "C4", "C3", "C2", "D7"],
  23. "rows": ["B0", "B1", "B2", "B3", "B4", "B6", "B7"]
  24. },
  25. "diode_direction": "COL2ROW",
  26. "backlight": {
  27. "driver": "timer",
  28. "pin": "D2"
  29. },
  30. "rgblight": {
  31. "led_count": 12,
  32. "animations": {
  33. "breathing": true,
  34. "rainbow_mood": true,
  35. "rainbow_swirl": true,
  36. "snake": true,
  37. "knight": true,
  38. "christmas": true,
  39. "static_gradient": true,
  40. "rgb_test": true,
  41. "alternating": true,
  42. "twinkle": true
  43. }
  44. },
  45. "ws2812": {
  46. "driver": "i2c"
  47. },
  48. "processor": "atmega32a",
  49. "bootloader": "bootloadhid",
  50. "community_layouts": ["planck_mit"],
  51. "layout_aliases": {
  52. "LAYOUT": "LAYOUT_planck_mit"
  53. },
  54. "layouts": {
  55. "LAYOUT_planck_mit": {
  56. "layout": [
  57. {"matrix": [4, 0], "x": 0, "y": 0},
  58. {"matrix": [3, 1], "x": 1, "y": 0},
  59. {"matrix": [3, 2], "x": 2, "y": 0},
  60. {"matrix": [3, 3], "x": 3, "y": 0},
  61. {"matrix": [3, 4], "x": 4, "y": 0},
  62. {"matrix": [3, 5], "x": 5, "y": 0},
  63. {"matrix": [5, 2], "x": 6, "y": 0},
  64. {"matrix": [5, 12], "x": 7, "y": 0},
  65. {"matrix": [6, 12], "x": 8, "y": 0},
  66. {"matrix": [6, 2], "x": 9, "y": 0},
  67. {"matrix": [3, 10], "x": 10, "y": 0},
  68. {"matrix": [4, 14], "x": 11, "y": 0},
  69. {"matrix": [3, 0], "x": 0, "y": 1},
  70. {"matrix": [2, 1], "x": 1, "y": 1},
  71. {"matrix": [2, 2], "x": 2, "y": 1},
  72. {"matrix": [2, 3], "x": 3, "y": 1},
  73. {"matrix": [2, 4], "x": 4, "y": 1},
  74. {"matrix": [2, 5], "x": 5, "y": 1},
  75. {"matrix": [5, 3], "x": 6, "y": 1},
  76. {"matrix": [5, 13], "x": 7, "y": 1},
  77. {"matrix": [6, 13], "x": 8, "y": 1},
  78. {"matrix": [6, 3], "x": 9, "y": 1},
  79. {"matrix": [2, 10], "x": 10, "y": 1},
  80. {"matrix": [2, 11], "x": 11, "y": 1},
  81. {"matrix": [1, 0], "x": 0, "y": 2},
  82. {"matrix": [1, 1], "x": 1, "y": 2},
  83. {"matrix": [1, 2], "x": 2, "y": 2},
  84. {"matrix": [1, 3], "x": 3, "y": 2},
  85. {"matrix": [1, 4], "x": 4, "y": 2},
  86. {"matrix": [1, 5], "x": 5, "y": 2},
  87. {"matrix": [5, 4], "x": 6, "y": 2},
  88. {"matrix": [5, 14], "x": 7, "y": 2},
  89. {"matrix": [6, 14], "x": 8, "y": 2},
  90. {"matrix": [6, 4], "x": 9, "y": 2},
  91. {"matrix": [1, 10], "x": 10, "y": 2},
  92. {"matrix": [6, 6], "x": 11, "y": 2},
  93. {"matrix": [2, 0], "x": 0, "y": 3},
  94. {"matrix": [0, 0], "x": 1, "y": 3},
  95. {"matrix": [0, 1], "x": 2, "y": 3},
  96. {"matrix": [0, 2], "x": 3, "y": 3},
  97. {"matrix": [0, 4], "x": 4, "y": 3},
  98. {"matrix": [0, 5], "x": 5, "y": 3, "w": 2},
  99. {"matrix": [0, 11], "x": 7, "y": 3},
  100. {"matrix": [5, 6], "x": 8, "y": 3},
  101. {"matrix": [5, 8], "x": 9, "y": 3},
  102. {"matrix": [5, 7], "x": 10, "y": 3},
  103. {"matrix": [5, 9], "x": 11, "y": 3}
  104. ]
  105. }
  106. }
  107. }