info.json 691 B

123456789101112131415161718192021222324252627
  1. {
  2. "manufacturer": "Jaykeeb Studio",
  3. "maintainer": "Alabahuy",
  4. "processor": "RP2040",
  5. "bootloader": "rp2040",
  6. "url": "",
  7. "diode_direction": "COL2ROW",
  8. "features": {
  9. "bootmagic": true,
  10. "command": false,
  11. "console": false,
  12. "extrakey": true,
  13. "mousekey": true,
  14. "nkro": true
  15. },
  16. "usb": {
  17. "vid": "0x414C"
  18. },
  19. "matrix_pins": {
  20. "cols": ["GP24", "GP14", "GP13", "GP12", "GP11", "GP10", "GP9", "GP8", "GP7", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"],
  21. "rows": ["GP29", "GP0", "GP15", "GP26", "GP27"]
  22. },
  23. "indicators": {
  24. "caps_lock": "GP25",
  25. "on_state": 0
  26. }
  27. }