keyboard.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "keyboard_name": "GameNum",
  3. "manufacturer": "Seth-Senpai",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x1234",
  8. "pid": "0x5678",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "command": true,
  14. "console": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["D7", "E6", "B4", "B5"],
  27. "rows": ["B6", "B2", "B3", "B1", "F7"]
  28. },
  29. "diode_direction": "ROW2COL",
  30. "processor": "atmega32u4",
  31. "bootloader": "caterina",
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [0, 2], "x": 2, "y": 0},
  38. {"matrix": [0, 3], "x": 3, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 1},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  43. {"matrix": [2, 0], "x": 0, "y": 2},
  44. {"matrix": [2, 1], "x": 1, "y": 2},
  45. {"matrix": [2, 2], "x": 2, "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": [4, 1], "x": 0, "y": 4, "w": 2},
  50. {"matrix": [4, 2], "x": 2, "y": 4},
  51. {"matrix": [4, 3], "x": 3, "y": 3, "h": 2}
  52. ]
  53. }
  54. }
  55. }