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.

37 lines
934 B

  1. {
  2. "keyboard_name": "Vagrant 10",
  3. "manufacturer": "Shanduur",
  4. "url": "https://github.com/Sho-Keebs/Vagrant-10",
  5. "maintainer": "Shanduur",
  6. "usb": {
  7. "vid": "0x534C",
  8. "pid": "0x5E99",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["F4", "F6", "F5"],
  13. "rows": ["F7", "B1", "B3", "B2"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "processor": "atmega32u4",
  17. "bootloader": "caterina",
  18. "layouts": {
  19. "LAYOUT": {
  20. "layout": [
  21. {"matrix": [0, 2], "x": 1, "y": 0, "w": 2},
  22. {"matrix": [1, 0], "x": 0, "y": 1},
  23. {"matrix": [1, 1], "x": 1, "y": 1},
  24. {"matrix": [1, 2], "x": 2, "y": 1},
  25. {"matrix": [2, 0], "x": 0, "y": 2},
  26. {"matrix": [2, 1], "x": 1, "y": 2},
  27. {"matrix": [2, 2], "x": 2, "y": 2},
  28. {"matrix": [3, 0], "x": 0, "y": 3},
  29. {"matrix": [3, 1], "x": 1, "y": 3},
  30. {"matrix": [3, 2], "x": 2, "y": 3}
  31. ]
  32. }
  33. }
  34. }