logo

qmk_firmware

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

keyboard.json (825B)


  1. {
  2. "usb": {
  3. "pid": "0x0030",
  4. "device_version": "0.0.1"
  5. },
  6. "features": {
  7. "bootmagic": false,
  8. "extrakey": true,
  9. "mousekey": true,
  10. "nkro": true,
  11. "unicode": true
  12. },
  13. "matrix_pins": {
  14. "cols": ["F7", "B6", "F4"],
  15. "rows": ["E6", "B3"]
  16. },
  17. "diode_direction": "COL2ROW",
  18. "processor": "atmega32u4",
  19. "bootloader": "caterina",
  20. "layouts": {
  21. "LAYOUT": {
  22. "layout": [
  23. {"matrix": [0, 0], "x": 0, "y": 0},
  24. {"matrix": [0, 1], "x": 1, "y": 0},
  25. {"matrix": [0, 2], "x": 2, "y": 0},
  26. {"matrix": [1, 0], "x": 0, "y": 1},
  27. {"matrix": [1, 1], "x": 1, "y": 1},
  28. {"matrix": [1, 2], "x": 2, "y": 1}
  29. ]
  30. }
  31. }
  32. }