keyboard.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "manufacturer": "binepad",
  3. "keyboard_name": "PIXIE",
  4. "url": "http://binepad.com",
  5. "maintainer": "binepad",
  6. "processor": "RP2040",
  7. "bootloader": "rp2040",
  8. "diode_direction": "COL2ROW",
  9. "usb": {
  10. "vid": "0x4249",
  11. "pid": "0x5078",
  12. "device_version": "1.0.0"
  13. },
  14. "features": {
  15. "bootmagic": true,
  16. "command": false,
  17. "console": false,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": false,
  21. "encoder": true
  22. },
  23. "matrix_pins": {
  24. "cols": ["GP19", "GP4"],
  25. "rows": ["GP28", "GP5"]
  26. },
  27. "encoder": {
  28. "rotary": [
  29. {
  30. "pin_a": "GP18",
  31. "pin_b": "GP17"
  32. },
  33. {
  34. "pin_a": "GP20",
  35. "pin_b": "GP21"
  36. }
  37. ]
  38. },
  39. "layouts": {
  40. "LAYOUT": {
  41. "layout": [
  42. { "matrix": [0, 0], "x": 0, "y": 0 },
  43. { "matrix": [0, 1], "x": 1.25, "y": 0 },
  44. { "matrix": [1, 0], "x": 0, "y": 1.25 },
  45. { "matrix": [1, 1], "x": 1.25, "y": 1.25 }
  46. ]
  47. }
  48. }
  49. }