logo

qmk_firmware

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

keyboard.json (1087B)


  1. {
  2. "manufacturer": "Boardsource",
  3. "keyboard_name": "3x4",
  4. "maintainer": "waffle87",
  5. "development_board": "promicro",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true
  11. },
  12. "matrix_pins": {
  13. "cols": ["B6", "B2", "B3", "B1"],
  14. "rows": ["F7", "F6", "F5"]
  15. },
  16. "url": "https://boardsource.xyz/store/5ecc2008eee64242946c98c1",
  17. "usb": {
  18. "device_version": "1.0.0",
  19. "pid": "0x0304",
  20. "vid": "0x4273"
  21. },
  22. "layouts": {
  23. "LAYOUT": {
  24. "layout": [
  25. {"matrix": [0, 0], "x": 0, "y": 0},
  26. {"matrix": [0, 1], "x": 1, "y": 0},
  27. {"matrix": [0, 2], "x": 2, "y": 0},
  28. {"matrix": [0, 3], "x": 3, "y": 0},
  29. {"matrix": [1, 0], "x": 0, "y": 1},
  30. {"matrix": [1, 1], "x": 1, "y": 1},
  31. {"matrix": [1, 2], "x": 2, "y": 1},
  32. {"matrix": [1, 3], "x": 3, "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": [2, 3], "x": 3, "y": 2}
  37. ]
  38. }
  39. }
  40. }