logo

qmk_firmware

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

keyboard.json (988B)


  1. {
  2. "keyboard_name": "6key",
  3. "manufacturer": "bratzworth",
  4. "url": "https://github.com/Bratzworth/6key",
  5. "maintainer": "bratzworth",
  6. "usb": {
  7. "vid": "0xD143",
  8. "pid": "0x0007",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "dip_switch": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": true
  17. },
  18. "matrix_pins": {
  19. "cols": ["D3", "D2", "D1"],
  20. "rows": ["B4", "D0"]
  21. },
  22. "diode_direction": "COL2ROW",
  23. "dip_switch": {
  24. "pins": ["C6"]
  25. },
  26. "processor": "atmega32u4",
  27. "bootloader": "caterina",
  28. "layouts": {
  29. "LAYOUT": {
  30. "layout": [
  31. {"matrix": [0, 0], "x": 0, "y": 0},
  32. {"matrix": [0, 1], "x": 1, "y": 0},
  33. {"matrix": [0, 2], "x": 2, "y": 0},
  34. {"matrix": [1, 0], "x": 0, "y": 1},
  35. {"matrix": [1, 1], "x": 1, "y": 1},
  36. {"matrix": [1, 2], "x": 2, "y": 1}
  37. ]
  38. }
  39. }
  40. }