logo

qmk_firmware

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

info.json (682B)


  1. {
  2. "manufacturer": "CannonKeys",
  3. "maintainer": "awkannan",
  4. "bootloader": "rp2040",
  5. "diode_direction": "COL2ROW",
  6. "features": {
  7. "bootmagic": true,
  8. "extrakey": true,
  9. "mousekey": true,
  10. "nkro": true
  11. },
  12. "indicators": {
  13. "caps_lock": "GP29",
  14. "on_state": 0
  15. },
  16. "matrix_pins": {
  17. "cols": ["GP28", "GP8", "GP14", "GP13", "GP12", "GP11", "GP10", "GP9", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"],
  18. "rows": ["GP26", "GP27", "GP15", "GP16", "GP17"]
  19. },
  20. "processor": "RP2040",
  21. "url": "https://cannonkeys.com",
  22. "usb": {
  23. "device_version": "0.0.1",
  24. "vid": "0xCA04"
  25. }
  26. }