info.json 473 B

12345678910111213141516171819
  1. {
  2. "keyboard_name": "PloopyCo Trackball",
  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":0, "y":0, "h":2},
  12. {"x":1, "y":0.25, "h":1.5},
  13. {"x":2, "y":0, "h":2},
  14. {"x":3.5, "y":0, "h":2},
  15. {"x":4.5, "y":0, "h":2}
  16. ]
  17. }
  18. }
  19. }