info.json 564 B

12345678910111213141516171819202122
  1. {
  2. "keyboard_name": "PloopyCo Mouse",
  3. "url": "www.ploopy.co",
  4. "maintainer": "drashna",
  5. "manufacturer": "Ploopy Corporation",
  6. "width": 8,
  7. "height": 3,
  8. "layouts": {
  9. "LAYOUT": {
  10. "layout": [
  11. {"x":1, "y":0, "h":2},
  12. {"x":2, "y":0, "h":2},
  13. {"x":3, "y":0.25, "h":1.25},
  14. {"x":4, "y":0, "h":2},
  15. {"x":5, "y":0, "h":2},
  16. {"x":0, "y":0},
  17. {"x":0, "y":1},
  18. {"x":3, "y":1.5}
  19. ]
  20. }
  21. }
  22. }