You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.2 KiB

  1. {
  2. "keyboard_name": "duckboard",
  3. "manufacturer": "doodboard",
  4. "url": "https://doodboard.xyz/",
  5. "maintainer": "doodboard",
  6. "usb": {
  7. "vid": "0x4442",
  8. "pid": "0x6462",
  9. "device_version": "0.0.1"
  10. },
  11. "bootmagic": {
  12. "matrix": [0, 1]
  13. },
  14. "processor": "atmega32u4",
  15. "bootloader": "caterina",
  16. "layouts": {
  17. "LAYOUT": {
  18. "layout": [
  19. { "x": 1, "y": 0 },
  20. { "x": 2, "y": 0 },
  21. { "x": 3, "y": 0 },
  22. { "x": 4, "y": 0 },
  23. { "x": 1, "y": 1 },
  24. { "x": 2, "y": 1 },
  25. { "x": 3, "y": 1 },
  26. { "x": 4, "y": 1 },
  27. { "x": 1, "y": 2 },
  28. { "x": 2, "y": 2 },
  29. { "x": 3, "y": 2 },
  30. { "x": 4, "y": 2 },
  31. { "x": 0, "y": 3 },
  32. { "x": 1, "y": 3 },
  33. { "x": 2, "y": 3 },
  34. { "x": 3, "y": 3 },
  35. { "x": 4, "y": 3 },
  36. { "x": 0, "y": 4 },
  37. { "x": 1, "y": 4 },
  38. { "x": 2, "y": 4 },
  39. { "x": 3, "y": 4 },
  40. { "x": 4, "y": 4 }
  41. ]
  42. }
  43. }
  44. }