keyboard.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "keyboard_name": "GoldPad",
  3. "manufacturer": "Nobody",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x4096",
  9. "device_version": "0.0.1",
  10. "force_nkro": true
  11. },
  12. "features": {
  13. "backlight": true,
  14. "bootmagic": true,
  15. "command": true,
  16. "console": true,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["B0", "B1", "B2", "B3"],
  23. "rows": ["F0", "F1", "F4", "F5", "F6", "F7"]
  24. },
  25. "diode_direction": "ROW2COL",
  26. "backlight": {
  27. "pin": "B7"
  28. },
  29. "processor": "atmega32u4",
  30. "bootloader": "halfkay",
  31. "layouts": {
  32. "LAYOUT": {
  33. "layout": [
  34. {"matrix": [0, 0], "x": 0, "y": 0},
  35. {"matrix": [0, 1], "x": 1, "y": 0},
  36. {"matrix": [0, 2], "x": 2, "y": 0},
  37. {"matrix": [0, 3], "x": 3, "y": 0},
  38. {"matrix": [1, 0], "x": 0, "y": 1},
  39. {"matrix": [1, 1], "x": 1, "y": 1},
  40. {"matrix": [1, 2], "x": 2, "y": 1},
  41. {"matrix": [1, 3], "x": 3, "y": 1},
  42. {"matrix": [2, 0], "x": 0, "y": 2},
  43. {"matrix": [2, 1], "x": 1, "y": 2},
  44. {"matrix": [2, 2], "x": 2, "y": 2},
  45. {"matrix": [2, 3], "x": 3, "y": 2},
  46. {"matrix": [3, 0], "x": 0, "y": 3},
  47. {"matrix": [3, 1], "x": 1, "y": 3},
  48. {"matrix": [3, 2], "x": 2, "y": 3},
  49. {"matrix": [3, 3], "x": 3, "y": 3},
  50. {"matrix": [4, 0], "x": 0, "y": 4},
  51. {"matrix": [4, 1], "x": 1, "y": 4},
  52. {"matrix": [4, 2], "x": 2, "y": 4},
  53. {"matrix": [4, 3], "x": 3, "y": 4},
  54. {"matrix": [5, 0], "x": 0, "y": 5},
  55. {"matrix": [5, 1], "x": 1, "y": 5},
  56. {"matrix": [5, 2], "x": 2, "y": 5},
  57. {"matrix": [5, 3], "x": 3, "y": 5}
  58. ]
  59. }
  60. }
  61. }