keyboard.json 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "keyboard_name": "eggman",
  3. "manufacturer": "qpockets",
  4. "url": "",
  5. "maintainer": "qpockets",
  6. "usb": {
  7. "vid": "0x7170",
  8. "pid": "0x656D",
  9. "device_version": "10.0.0"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["B7", "B4", "B3", "B2", "D3", "D2", "D1"],
  22. "rows": ["C4", "C5", "C2", "D0", "B5", "B6", "D6"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "encoder": {
  26. "rotary": [
  27. {"pin_a": "C6", "pin_b": "C7"},
  28. {"pin_a": "D4", "pin_b": "D5"}
  29. ]
  30. },
  31. "processor": "atmega32u2",
  32. "bootloader": "atmel-dfu",
  33. "layouts": {
  34. "LAYOUT_default": {
  35. "layout": [
  36. {"matrix": [0, 2], "x": 4.25, "y": 0},
  37. {"matrix": [0, 4], "x": 6.25, "y": 0},
  38. {"matrix": [1, 0], "x": 0, "y": 0.75},
  39. {"matrix": [0, 0], "x": 1, "y": 0.5},
  40. {"matrix": [1, 1], "x": 2, "y": 0.25},
  41. {"matrix": [0, 1], "x": 3, "y": 0.75},
  42. {"matrix": [1, 2], "x": 4, "y": 1},
  43. {"matrix": [1, 3], "x": 5, "y": 1, "w": 1.5},
  44. {"matrix": [1, 4], "x": 6.5, "y": 1},
  45. {"matrix": [0, 5], "x": 7.5, "y": 0.75},
  46. {"matrix": [1, 5], "x": 8.5, "y": 0.25},
  47. {"matrix": [0, 6], "x": 9.5, "y": 0.5},
  48. {"matrix": [1, 6], "x": 10.5, "y": 0.75},
  49. {"matrix": [3, 0], "x": 0, "y": 1.75},
  50. {"matrix": [2, 0], "x": 1, "y": 1.5},
  51. {"matrix": [3, 1], "x": 2, "y": 1.25},
  52. {"matrix": [2, 1], "x": 3, "y": 1.75},
  53. {"matrix": [3, 2], "x": 4, "y": 2},
  54. {"matrix": [3, 3], "x": 5, "y": 2, "w": 1.5},
  55. {"matrix": [3, 4], "x": 6.5, "y": 2},
  56. {"matrix": [2, 5], "x": 7.5, "y": 1.75},
  57. {"matrix": [3, 5], "x": 8.5, "y": 1.25},
  58. {"matrix": [2, 6], "x": 9.5, "y": 1.5},
  59. {"matrix": [3, 6], "x": 10.5, "y": 1.75},
  60. {"matrix": [5, 0], "x": 0, "y": 2.75},
  61. {"matrix": [4, 0], "x": 1, "y": 2.5},
  62. {"matrix": [5, 1], "x": 2, "y": 2.25},
  63. {"matrix": [4, 1], "x": 3, "y": 2.75},
  64. {"matrix": [5, 2], "x": 4, "y": 3},
  65. {"matrix": [5, 3], "x": 5, "y": 3, "w": 1.5},
  66. {"matrix": [5, 4], "x": 6.5, "y": 3},
  67. {"matrix": [4, 5], "x": 7.5, "y": 2.75},
  68. {"matrix": [5, 5], "x": 8.5, "y": 2.25},
  69. {"matrix": [4, 6], "x": 9.5, "y": 2.5},
  70. {"matrix": [5, 6], "x": 10.5, "y": 2.75},
  71. {"matrix": [6, 1], "x": 2.5, "y": 4, "w": 1.25},
  72. {"matrix": [6, 2], "x": 3.75, "y": 4, "w": 2},
  73. {"matrix": [6, 4], "x": 5.75, "y": 4, "w": 2},
  74. {"matrix": [6, 5], "x": 7.75, "y": 4, "w": 1.25}
  75. ]
  76. }
  77. }
  78. }