logo

qmk_firmware

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

info.json (914B)


  1. {
  2. "keyboard_name": "Deck-8",
  3. "manufacturer": "Churrosoft",
  4. "url": "https://churrosoft.ar/deck",
  5. "maintainer": "Polsaker",
  6. "usb": {
  7. "vid": "0xCBBC",
  8. "device_version": "1.0.0"
  9. },
  10. "build": {
  11. "lto": true
  12. },
  13. "features": {
  14. "bootmagic": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "processor": "RP2040",
  20. "bootloader": "rp2040",
  21. "matrix_pins": {
  22. "direct": [
  23. ["GP15", "GP18", "GP22", "GP24"],
  24. ["GP13", "GP11", "GP0", "GP2"]
  25. ]
  26. },
  27. "layouts": {
  28. "LAYOUT": {
  29. "layout": [
  30. {"x":0, "y":0, "matrix": [0, 0]},
  31. {"x":1, "y":0, "matrix": [0, 1]},
  32. {"x":2, "y":0, "matrix": [0, 2]},
  33. {"x":3, "y":0, "matrix": [0, 3]},
  34. {"x":0, "y":1, "matrix": [1, 0]},
  35. {"x":1, "y":1, "matrix": [1, 1]},
  36. {"x":2, "y":1, "matrix": [1, 2]},
  37. {"x":3, "y":1, "matrix": [1, 3]}
  38. ]
  39. }
  40. }
  41. }