logo

qmk_firmware

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

keyboard.json (978B)


  1. {
  2. "manufacturer": "ScottoKeebs",
  3. "keyboard_name": "ScottoMouse",
  4. "maintainer": "joe-scotto",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true
  12. },
  13. "matrix_pins": {
  14. "direct": [
  15. ["GP0", "GP1", "GP2", "GP3", "GP4", "GP5"]
  16. ]
  17. },
  18. "processor": "RP2040",
  19. "url": "https://scottokeebs.com",
  20. "usb": {
  21. "device_version": "1.0.0",
  22. "pid": "0x0018",
  23. "vid": "0xFEED"
  24. },
  25. "layouts": {
  26. "LAYOUT": {
  27. "layout": [
  28. {"matrix": [0, 0], "x": 0, "y": 0},
  29. {"matrix": [0, 1], "x": 1, "y": 0},
  30. {"matrix": [0, 2], "x": 2, "y": 0},
  31. {"matrix": [0, 3], "x": 3, "y": 0},
  32. {"matrix": [0, 4], "x": 4, "y": 0},
  33. {"matrix": [0, 5], "x": 5, "y": 0}
  34. ]
  35. }
  36. }
  37. }