You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
936 B

  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. "console": false,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true
  19. },
  20. "processor": "RP2040",
  21. "bootloader": "rp2040",
  22. "matrix_pins": {
  23. "direct": [
  24. ["GP15", "GP18", "GP22", "GP24"],
  25. ["GP13", "GP11", "GP0", "GP2"]
  26. ]
  27. },
  28. "layouts": {
  29. "LAYOUT": {
  30. "layout": [
  31. {"x":0, "y":0, "matrix": [0, 0]},
  32. {"x":1, "y":0, "matrix": [0, 1]},
  33. {"x":2, "y":0, "matrix": [0, 2]},
  34. {"x":3, "y":0, "matrix": [0, 3]},
  35. {"x":0, "y":1, "matrix": [1, 0]},
  36. {"x":1, "y":1, "matrix": [1, 1]},
  37. {"x":2, "y":1, "matrix": [1, 2]},
  38. {"x":3, "y":1, "matrix": [1, 3]}
  39. ]
  40. }
  41. }
  42. }