keyboard.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "manufacturer": "PHDesign",
  3. "keyboard_name": "phac",
  4. "maintainer": "nonameCCC",
  5. "bootloader": "rp2040",
  6. "encoder": {
  7. "rotary": [
  8. {"pin_a": "GP7", "pin_b": "GP8", "resolution": 1},
  9. {"pin_a": "GP10", "pin_b": "GP9", "resolution": 1}
  10. ]
  11. },
  12. "features": {
  13. "bootmagic": true,
  14. "command": false,
  15. "console": false,
  16. "encoder": true,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": true
  20. },
  21. "matrix_pins": {
  22. "direct": [
  23. ["GP1", "GP6", "GP5", "GP4", "GP3", "GP2", "GP0"]
  24. ]
  25. },
  26. "processor": "RP2040",
  27. "url": "",
  28. "usb": {
  29. "device_version": "2.2.0",
  30. "pid": "0x0001",
  31. "vid": "0x5048"
  32. },
  33. "layouts": {
  34. "LAYOUT": {
  35. "layout": [
  36. {"matrix": [0, 0], "x": 2.5, "y": 0},
  37. {"matrix": [0, 1], "x": 0, "y": 1, "w": 1.5},
  38. {"matrix": [0, 2], "x": 1.5, "y": 1, "w": 1.5},
  39. {"matrix": [0, 3], "x": 3, "y": 1, "w": 1.5},
  40. {"matrix": [0, 4], "x": 4.5, "y": 1, "w": 1.5},
  41. {"matrix": [0, 5], "x": 0.375, "y": 2, "w": 2.25},
  42. {"matrix": [0, 6], "x": 3.375, "y": 2, "w": 2.25}
  43. ]
  44. }
  45. }
  46. }