keyboard.json 1.7 KB

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