info.json 1023 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "keyboard_name": "PloopyCo Thumb Trackball",
  3. "url": "www.ploopy.co",
  4. "maintainer": "ploopyco",
  5. "manufacturer": "Ploopy Corporation",
  6. "processor": "atmega32u4",
  7. "bootloader": "atmel-dfu",
  8. "usb": {
  9. "vid": "0x5043",
  10. "pid": "0x5C46",
  11. "max_power": 100
  12. },
  13. "features": {
  14. "bootmagic": true,
  15. "command": false,
  16. "console": false,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": true,
  20. "pointing_device": true,
  21. "encoder": true
  22. },
  23. "encoder": {
  24. "driver": "custom"
  25. },
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. {"matrix": [0, 0], "x": 0, "y": 0},
  30. {"matrix": [0, 2], "x": 1, "y": 0, "h": 2},
  31. {"matrix": [0, 3], "x": 2.5, "y": 0.25, "h": 1.5},
  32. {"matrix": [0, 4], "x": 4, "y": 0},
  33. {"matrix": [0, 5], "x": 5, "y": 0.5},
  34. {"matrix": [0, 1], "x": 0, "y": 1}
  35. ]
  36. }
  37. }
  38. }