keyboard.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "layout_aliases": {
  26. "LAYOUT": "LAYOUT_ortho_3x4"
  27. },
  28. "layouts": {
  29. "LAYOUT_ortho_3x4": {
  30. "layout": [
  31. {"matrix": [0, 0], "x": 0, "y": 0},
  32. {"matrix": [0, 1], "x": 1, "y": 0},
  33. {"matrix": [0, 2], "x": 2, "y": 0},
  34. {"matrix": [0, 3], "x": 3, "y": 0},
  35. {"matrix": [1, 0], "x": 0, "y": 1},
  36. {"matrix": [1, 1], "x": 1, "y": 1},
  37. {"matrix": [1, 2], "x": 2, "y": 1},
  38. {"matrix": [1, 3], "x": 3, "y": 1},
  39. {"matrix": [2, 0], "x": 0, "y": 2},
  40. {"matrix": [2, 1], "x": 1, "y": 2},
  41. {"matrix": [2, 2], "x": 2, "y": 2},
  42. {"matrix": [2, 3], "x": 3, "y": 2}
  43. ]
  44. }
  45. }
  46. }