logo

qmk_firmware

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

keyboard.json (1281B)


  1. {
  2. "keyboard_name": "Mach 3",
  3. "manufacturer": "MachKeyboard",
  4. "url": "https://machkeyboards.com",
  5. "maintainer": "etiennelepagel",
  6. "usb": {
  7. "vid": "0x4D41",
  8. "pid": "0x4D33",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false,
  17. "unicode": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["E6", "B4", "B5"],
  21. "rows": ["D1", "D0", "D4"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "backlight": {
  25. "pin": "B6",
  26. "levels": 5,
  27. "breathing": true
  28. },
  29. "processor": "atmega32u4",
  30. "bootloader": "caterina",
  31. "layouts": {
  32. "LAYOUT_3x3": {
  33. "layout": [
  34. {"matrix": [0, 0], "x": 0, "y": 0},
  35. {"matrix": [0, 1], "x": 1, "y": 0},
  36. {"matrix": [0, 2], "x": 2, "y": 0},
  37. {"matrix": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [1, 2], "x": 2, "y": 1},
  40. {"matrix": [2, 0], "x": 0, "y": 2},
  41. {"matrix": [2, 1], "x": 1, "y": 2},
  42. {"matrix": [2, 2], "x": 2, "y": 2}
  43. ]
  44. }
  45. }
  46. }