logo

qmk_firmware

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

keyboard.json (1241B)


  1. {
  2. "manufacturer": "ScottoKeebs",
  3. "keyboard_name": "Scotto9",
  4. "maintainer": "joe-scotto",
  5. "diode_direction": "COL2ROW",
  6. "development_board": "promicro",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true
  12. },
  13. "matrix_pins": {
  14. // 4, 5, 6
  15. "cols": ["D4", "C6", "D7"],
  16. // 15, 14, 16
  17. "rows": ["B1", "B3", "B2"]
  18. },
  19. "url": "https://scottokeebs.com",
  20. "usb": {
  21. "device_version": "1.0.0",
  22. "pid": "0x0003",
  23. "vid": "0x534B"
  24. },
  25. "community_layouts": ["ortho_3x3"],
  26. "layouts": {
  27. "LAYOUT_ortho_3x3": {
  28. "layout": [
  29. {"matrix": [0, 0], "x": 0, "y": 0},
  30. {"matrix": [0, 1], "x": 1, "y": 0},
  31. {"matrix": [0, 2], "x": 2, "y": 0},
  32. // Row 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. // Row 3
  37. {"matrix": [2, 0], "x": 0, "y": 2},
  38. {"matrix": [2, 1], "x": 1, "y": 2},
  39. {"matrix": [2, 2], "x": 2, "y": 2}
  40. ]
  41. }
  42. }
  43. }