info.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "manufacturer": "SapuSeven",
  3. "keyboard_name": "MacroPad12",
  4. "maintainer": "SapuSeven",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["B7", "B6", "B5", "B4"],
  17. "rows": ["D6", "D5", "D4"]
  18. },
  19. "processor": "atmega32u2",
  20. "usb": {
  21. "device_version": "1.0.0",
  22. "vid": "0x1209",
  23. "pid": "0x7337"
  24. },
  25. "layouts": {
  26. "LAYOUT": {
  27. "layout": [
  28. { "matrix": [0, 0], "x": 0, "y": 0 },
  29. { "matrix": [0, 1], "x": 1, "y": 0 },
  30. { "matrix": [0, 2], "x": 2, "y": 0 },
  31. { "matrix": [0, 3], "x": 3, "y": 0 },
  32. { "matrix": [1, 0], "x": 0, "y": 1 },
  33. { "matrix": [1, 1], "x": 1, "y": 1 },
  34. { "matrix": [1, 2], "x": 2, "y": 1 },
  35. { "matrix": [1, 3], "x": 3, "y": 1 },
  36. { "matrix": [2, 0], "x": 0, "y": 2 },
  37. { "matrix": [2, 1], "x": 1, "y": 2 },
  38. { "matrix": [2, 2], "x": 2, "y": 2 },
  39. { "matrix": [2, 3], "x": 3, "y": 2 }
  40. ]
  41. }
  42. }
  43. }