keyboard.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["F4", "F6", "F5"],
  27. "rows": ["F7", "B1", "B3", "B2"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "caterina",
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 2], "x": 1, "y": 0, "w": 2},
  36. {"matrix": [1, 0], "x": 0, "y": 1},
  37. {"matrix": [1, 1], "x": 1, "y": 1},
  38. {"matrix": [1, 2], "x": 2, "y": 1},
  39. {"matrix": [2, 0], "x": 0, "y": 2},
  40. {"matrix": [2, 1], "x": 1, "y": 2},
  41. {"matrix": [2, 2], "x": 2, "y": 2},
  42. {"matrix": [3, 0], "x": 0, "y": 3},
  43. {"matrix": [3, 1], "x": 1, "y": 3},
  44. {"matrix": [3, 2], "x": 2, "y": 3}
  45. ]
  46. }
  47. }
  48. }