keyboard.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "manufacturer": "Printronics",
  3. "keyboard_name": "Mectechpad",
  4. "maintainer": "jacksaxi",
  5. "bootloader": "rp2040",
  6. "debounce": 15,
  7. "diode_direction": "ROW2COL",
  8. "features": {
  9. "bootmagic": true,
  10. "extrakey": true,
  11. "mousekey": true
  12. },
  13. "matrix_pins": {
  14. "rows": ["GP13", "GP26", "GP15", "GP14"],
  15. "cols": ["GP29", "GP28", "GP27"]
  16. },
  17. "processor": "RP2040",
  18. "url": "printronics.gr",
  19. "usb": {
  20. "device_version": "1.0.0",
  21. "pid": "0x1A2B",
  22. "vid": "0x3C4D"
  23. },
  24. "layouts": {
  25. "LAYOUT": {
  26. "layout": [
  27. {"matrix": [0, 0], "x": 0, "y": 0},
  28. {"matrix": [1, 0], "x": 0, "y": 1},
  29. {"matrix": [1, 1], "x": 1, "y": 1},
  30. {"matrix": [1, 2], "x": 2, "y": 1},
  31. {"matrix": [2, 0], "x": 0, "y": 2},
  32. {"matrix": [2, 1], "x": 1, "y": 2},
  33. {"matrix": [2, 2], "x": 2, "y": 2},
  34. {"matrix": [3, 0], "x": 0, "y": 3},
  35. {"matrix": [3, 1], "x": 1, "y": 3},
  36. {"matrix": [3, 2], "x": 2, "y": 3}
  37. ]
  38. }
  39. }
  40. }