logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1731B)


  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. "force_nkro": true
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": true,
  14. "command": true,
  15. "console": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["B0", "B1", "B2", "B3"],
  22. "rows": ["F0", "F1", "F4", "F5", "F6", "F7"]
  23. },
  24. "diode_direction": "ROW2COL",
  25. "backlight": {
  26. "pin": "B7"
  27. },
  28. "processor": "atmega32u4",
  29. "bootloader": "halfkay",
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"matrix": [0, 0], "x": 0, "y": 0},
  34. {"matrix": [0, 1], "x": 1, "y": 0},
  35. {"matrix": [0, 2], "x": 2, "y": 0},
  36. {"matrix": [0, 3], "x": 3, "y": 0},
  37. {"matrix": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [1, 2], "x": 2, "y": 1},
  40. {"matrix": [1, 3], "x": 3, "y": 1},
  41. {"matrix": [2, 0], "x": 0, "y": 2},
  42. {"matrix": [2, 1], "x": 1, "y": 2},
  43. {"matrix": [2, 2], "x": 2, "y": 2},
  44. {"matrix": [2, 3], "x": 3, "y": 2},
  45. {"matrix": [3, 0], "x": 0, "y": 3},
  46. {"matrix": [3, 1], "x": 1, "y": 3},
  47. {"matrix": [3, 2], "x": 2, "y": 3},
  48. {"matrix": [3, 3], "x": 3, "y": 3},
  49. {"matrix": [4, 0], "x": 0, "y": 4},
  50. {"matrix": [4, 1], "x": 1, "y": 4},
  51. {"matrix": [4, 2], "x": 2, "y": 4},
  52. {"matrix": [4, 3], "x": 3, "y": 4},
  53. {"matrix": [5, 0], "x": 0, "y": 5},
  54. {"matrix": [5, 1], "x": 1, "y": 5},
  55. {"matrix": [5, 2], "x": 2, "y": 5},
  56. {"matrix": [5, 3], "x": 3, "y": 5}
  57. ]
  58. }
  59. }
  60. }