info.json 666 B

12345678910111213141516171819202122232425
  1. {
  2. "keyboard_name": "Trackball",
  3. "manufacturer": "PloopyCo",
  4. "url": "www.ploopy.co",
  5. "maintainer": "drashna",
  6. "usb": {
  7. "vid": "0x5043",
  8. "pid": "0x5442",
  9. "device_version": "0.0.1"
  10. },
  11. "bootmagic": {
  12. "matrix": [0, 3]
  13. },
  14. "layouts": {
  15. "LAYOUT": {
  16. "layout": [
  17. {"x":0, "y":0, "h":2, "matrix": [0, 0]},
  18. {"x":1, "y":0.25, "h":1.5, "matrix": [0, 1]},
  19. {"x":2, "y":0, "h":2, "matrix": [0, 2]},
  20. {"x":3.5, "y":0, "h":2, "matrix": [0, 3]},
  21. {"x":4.5, "y":0, "h":2, "matrix": [0, 4]}
  22. ]
  23. }
  24. }
  25. }