logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1100B)


  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. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true
  16. },
  17. "qmk": {
  18. "locking": {
  19. "enabled": true,
  20. "resync": true
  21. }
  22. },
  23. "matrix_pins": {
  24. "cols": ["F4", "F6", "F5"],
  25. "rows": ["F7", "B1", "B3", "B2"]
  26. },
  27. "diode_direction": "COL2ROW",
  28. "development_board": "promicro",
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 2], "x": 1, "y": 0, "w": 2},
  33. {"matrix": [1, 0], "x": 0, "y": 1},
  34. {"matrix": [1, 1], "x": 1, "y": 1},
  35. {"matrix": [1, 2], "x": 2, "y": 1},
  36. {"matrix": [2, 0], "x": 0, "y": 2},
  37. {"matrix": [2, 1], "x": 1, "y": 2},
  38. {"matrix": [2, 2], "x": 2, "y": 2},
  39. {"matrix": [3, 0], "x": 0, "y": 3},
  40. {"matrix": [3, 1], "x": 1, "y": 3},
  41. {"matrix": [3, 2], "x": 2, "y": 3}
  42. ]
  43. }
  44. }
  45. }