keyboard.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "manufacturer": "prkrln",
  3. "keyboard_name": "pad9",
  4. "maintainer": "prkrln",
  5. "diode_direction": "COL2ROW",
  6. "bootloader": "rp2040",
  7. "processor": "RP2040",
  8. "features": {
  9. "bootmagic": true,
  10. "encoder": true,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true
  14. },
  15. "encoder": {
  16. "rotary": [
  17. {"pin_a": "GP27", "pin_b": "GP26"}
  18. ]
  19. },
  20. "matrix_pins": {
  21. "direct": [
  22. ["GP6", "GP1", "GP3"],
  23. ["GP29", "GP7", "GP4"],
  24. ["GP28", "GP0", "GP2"]
  25. ]
  26. },
  27. "usb": {
  28. "device_version": "1.0.0",
  29. "pid": "0x5009",
  30. "vid": "0x504B"
  31. },
  32. "community_layouts": ["ortho_3x3"],
  33. "layouts": {
  34. "LAYOUT_ortho_3x3": {
  35. "layout": [
  36. {"matrix": [0, 0], "x": 0, "y": 0, "encoder": 0},
  37. {"matrix": [0, 1], "x": 1, "y": 0},
  38. {"matrix": [0, 2], "x": 2, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 1},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [2, 0], "x": 0, "y": 2},
  43. {"matrix": [2, 1], "x": 1, "y": 2},
  44. {"matrix": [2, 2], "x": 2, "y": 2}
  45. ]
  46. }
  47. }
  48. }