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.

32 lines
811 B

  1. {
  2. "keyboard_name": "Boston Meetup Board",
  3. "manufacturer": "ishtob",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFB30",
  8. "pid": "0x26BE"
  9. },
  10. "layouts": {
  11. "LAYOUT": {
  12. "layout": [
  13. {"matrix": [0, 0], "x": 0, "y": 0},
  14. {"matrix": [1, 0], "x": 0, "y": 1},
  15. {"matrix": [1, 1], "x": 1, "y": 1},
  16. {"matrix": [1, 2], "x": 2, "y": 1},
  17. {"matrix": [1, 3], "x": 3, "y": 1},
  18. {"matrix": [2, 0], "x": 0, "y": 2},
  19. {"matrix": [2, 1], "x": 1, "y": 2},
  20. {"matrix": [2, 2], "x": 2, "y": 2},
  21. {"matrix": [2, 3], "x": 3, "y": 2},
  22. {"matrix": [3, 0], "x": 0, "y": 3},
  23. {"matrix": [3, 1], "x": 1, "y": 3},
  24. {"matrix": [3, 2], "x": 2, "y": 3},
  25. {"matrix": [3, 3], "x": 3, "y": 3}
  26. ]
  27. }
  28. }
  29. }