keyboard.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "manufacturer": "Prota Designs",
  3. "keyboard_name": "Printed Pad",
  4. "maintainer": "noahbei",
  5. "bootloader": "stm32-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. "oled": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["B2", "B1", "B0"],
  18. "rows": ["A10", "C9", "A8", "A9"]
  19. },
  20. "processor": "STM32F072",
  21. "url": "",
  22. "usb": {
  23. "device_version": "1.0.0",
  24. "pid": "0x0001",
  25. "vid": "0x5064"
  26. },
  27. "layouts": {
  28. "LAYOUT": {
  29. "layout": [
  30. { "matrix": [0, 0], "x": 0, "y": 0 },
  31. { "matrix": [1, 0], "x": 0, "y": 1 },
  32. { "matrix": [1, 1], "x": 1, "y": 1 },
  33. { "matrix": [1, 2], "x": 2, "y": 1 },
  34. { "matrix": [2, 0], "x": 0, "y": 2 },
  35. { "matrix": [2, 1], "x": 1, "y": 2 },
  36. { "matrix": [2, 2], "x": 2, "y": 2 },
  37. { "matrix": [3, 0], "x": 0, "y": 3 },
  38. { "matrix": [3, 1], "x": 1, "y": 3 },
  39. { "matrix": [3, 2], "x": 2, "y": 3 }
  40. ]
  41. }
  42. }
  43. }