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.

45 lines
1.1 KiB

  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. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["F4", "F6", "F5"],
  21. "rows": ["F7", "B1", "B3", "B2"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "processor": "atmega32u4",
  25. "bootloader": "caterina",
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. {"matrix": [0, 2], "x": 1, "y": 0, "w": 2},
  30. {"matrix": [1, 0], "x": 0, "y": 1},
  31. {"matrix": [1, 1], "x": 1, "y": 1},
  32. {"matrix": [1, 2], "x": 2, "y": 1},
  33. {"matrix": [2, 0], "x": 0, "y": 2},
  34. {"matrix": [2, 1], "x": 1, "y": 2},
  35. {"matrix": [2, 2], "x": 2, "y": 2},
  36. {"matrix": [3, 0], "x": 0, "y": 3},
  37. {"matrix": [3, 1], "x": 1, "y": 3},
  38. {"matrix": [3, 2], "x": 2, "y": 3}
  39. ]
  40. }
  41. }
  42. }