logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

info.json (624B)


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