info.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "manufacturer": "Keycapsss",
  3. "url": "https://keycapsss.com/diy-kits/104/plaid-pad-4x4-numpad",
  4. "maintainer": "BenRoe",
  5. "usb": {
  6. "vid": "0x7983",
  7. "pid": "0x5050"
  8. },
  9. "processor": "atmega328p",
  10. "bootloader": "usbasploader",
  11. "community_layouts": ["ortho_4x4"],
  12. "layouts": {
  13. "LAYOUT_ortho_4x4": {
  14. "layout": [
  15. {"w": 1,"x": 0,"y": 0},
  16. {"w": 1,"x": 1,"y": 0},
  17. {"w": 1,"x": 2,"y": 0},
  18. {"w": 1,"x": 3,"y": 0},
  19. {"w": 1,"x": 0,"y": 1},
  20. {"w": 1,"x": 1,"y": 1},
  21. {"w": 1,"x": 2,"y": 1},
  22. {"w": 1,"x": 3,"y": 1},
  23. {"w": 1,"x": 0,"y": 2},
  24. {"w": 1,"x": 1,"y": 2},
  25. {"w": 1,"x": 2,"y": 2},
  26. {"w": 1,"x": 3,"y": 2},
  27. {"w": 1,"x": 0,"y": 3},
  28. {"w": 1,"x": 1,"y": 3},
  29. {"w": 1,"x": 2,"y": 3},
  30. {"w": 1,"x": 3,"y": 3}
  31. ]
  32. }
  33. }
  34. }