logo

qmk_firmware

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

keyboard.json (838B)


  1. {
  2. "manufacturer": "CJ Pais",
  3. "keyboard_name": "Footy",
  4. "maintainer": "cjpais",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true
  11. },
  12. "bootmagic": {
  13. "matrix": [0, 1]
  14. },
  15. "matrix_pins": {
  16. "cols": ["GP11", "GP10", "GP15"],
  17. "rows": ["GP14"]
  18. },
  19. "processor": "RP2040",
  20. "url": "https://workshop.cjpais.com/projects/footy",
  21. "usb": {
  22. "device_version": "1.0.0",
  23. "pid": "0x0001",
  24. "vid": "0x636A"
  25. },
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. {"matrix": [0, 0], "x": 0, "y": 0},
  30. {"matrix": [0, 1], "x": 1, "y": 0},
  31. {"matrix": [0, 2], "x": 2, "y": 0}
  32. ]
  33. }
  34. }
  35. }