info.json 729 B

12345678910111213141516171819202122232425262728
  1. {
  2. "keyboard_name": "Coban Pad 3A",
  3. "name": "Coban Pad 3A",
  4. "url": "https://cobanstationery.com",
  5. "maintainer": "Coban Stationery",
  6. "manufacturer": "Coban Stationery",
  7. "usb": {
  8. "pid": "0xCC3A",
  9. "vid": "0xCB3A",
  10. "device_version": "1.1.0"
  11. },
  12. "matrix_pins": {
  13. "direct": [
  14. ["GP8", "GP7", "GP6"]
  15. ]
  16. },
  17. "processor": "RP2040",
  18. "bootloader": "rp2040",
  19. "layouts": {
  20. "LAYOUT": {
  21. "layout": [
  22. {"label":"Mute", "x":0, "y":0, "matrix": [0, 0]},
  23. {"label":"Next", "x":1, "y":0, "matrix": [0, 1]},
  24. {"label":"Push", "x":3, "y":0, "matrix": [0, 2]},
  25. ]
  26. }
  27. }
  28. }