keyboard.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "keyboard_name": "GH80-3700",
  3. "manufacturer": "Evyd13",
  4. "url": "https://github.com/evyd13/gh80-series/tree/master/GH80-3700",
  5. "maintainer": "evyd13",
  6. "usb": {
  7. "vid": "0x4705",
  8. "pid": "0x633A",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": false,
  18. "nkro": false
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["B0", "D7", "D6", "D4"],
  28. "rows": ["B3", "C7", "C6", "B6", "B5", "B4"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "encoder": {
  32. "rotary": [
  33. {"pin_a": "F1", "pin_b": "F4"}
  34. ]
  35. },
  36. "processor": "atmega32u4",
  37. "bootloader": "qmk-dfu",
  38. "community_layouts": ["numpad_6x4", "ortho_6x4"],
  39. "layout_aliases": {
  40. "LAYOUT_all": "LAYOUT_ortho_6x4"
  41. },
  42. "layouts": {
  43. "LAYOUT_ortho_6x4": {
  44. "layout": [
  45. {"matrix": [0, 0], "x": 0, "y": 0},
  46. {"matrix": [0, 1], "x": 1, "y": 0},
  47. {"matrix": [0, 2], "x": 2, "y": 0},
  48. {"matrix": [0, 3], "x": 3, "y": 0},
  49. {"matrix": [1, 0], "x": 0, "y": 2},
  50. {"matrix": [1, 1], "x": 1, "y": 2},
  51. {"matrix": [1, 2], "x": 2, "y": 2},
  52. {"matrix": [1, 3], "x": 3, "y": 2},
  53. {"matrix": [2, 0], "x": 0, "y": 3},
  54. {"matrix": [2, 1], "x": 1, "y": 3},
  55. {"matrix": [2, 2], "x": 2, "y": 3},
  56. {"matrix": [2, 3], "x": 3, "y": 3},
  57. {"matrix": [3, 0], "x": 0, "y": 4},
  58. {"matrix": [3, 1], "x": 1, "y": 4},
  59. {"matrix": [3, 2], "x": 2, "y": 4},
  60. {"matrix": [3, 3], "x": 3, "y": 4},
  61. {"matrix": [4, 0], "x": 0, "y": 5},
  62. {"matrix": [4, 1], "x": 1, "y": 5},
  63. {"matrix": [4, 2], "x": 2, "y": 5},
  64. {"matrix": [4, 3], "x": 3, "y": 5},
  65. {"matrix": [5, 0], "x": 0, "y": 6},
  66. {"matrix": [5, 1], "x": 1, "y": 6},
  67. {"matrix": [5, 2], "x": 2, "y": 6},
  68. {"matrix": [5, 3], "x": 3, "y": 6}
  69. ]
  70. },
  71. "LAYOUT_numpad_6x4": {
  72. "layout": [
  73. {"matrix": [0, 0], "x": 0, "y": 0},
  74. {"matrix": [0, 1], "x": 1, "y": 0},
  75. {"matrix": [0, 2], "x": 2, "y": 0},
  76. {"matrix": [0, 3], "x": 3, "y": 0},
  77. {"matrix": [1, 0], "x": 0, "y": 2},
  78. {"matrix": [1, 1], "x": 1, "y": 2},
  79. {"matrix": [1, 2], "x": 2, "y": 2},
  80. {"matrix": [1, 3], "x": 3, "y": 2},
  81. {"matrix": [2, 0], "x": 0, "y": 3},
  82. {"matrix": [2, 1], "x": 1, "y": 3},
  83. {"matrix": [2, 2], "x": 2, "y": 3},
  84. {"matrix": [3, 0], "x": 0, "y": 4},
  85. {"matrix": [3, 1], "x": 1, "y": 4},
  86. {"matrix": [3, 2], "x": 2, "y": 4},
  87. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
  88. {"matrix": [4, 0], "x": 0, "y": 5},
  89. {"matrix": [4, 1], "x": 1, "y": 5},
  90. {"matrix": [4, 2], "x": 2, "y": 5},
  91. {"matrix": [5, 0], "x": 0, "y": 6, "w": 2},
  92. {"matrix": [5, 2], "x": 2, "y": 6},
  93. {"matrix": [5, 3], "x": 3, "y": 5, "h": 2}
  94. ]
  95. }
  96. }
  97. }