info.json 835 B

12345678910111213141516171819202122232425262728293031323334
  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. "matrix_pins": {
  12. "cols": ["D3", "D2", "D1"],
  13. "rows": ["B4", "D0"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "dip_switch": {
  17. "pins": ["C6"]
  18. },
  19. "processor": "atmega32u4",
  20. "bootloader": "caterina",
  21. "layouts": {
  22. "LAYOUT": {
  23. "layout": [
  24. {"matrix": [0, 0], "x": 0, "y": 0},
  25. {"matrix": [0, 1], "x": 1, "y": 0},
  26. {"matrix": [0, 2], "x": 2, "y": 0},
  27. {"matrix": [1, 0], "x": 0, "y": 1},
  28. {"matrix": [1, 1], "x": 1, "y": 1},
  29. {"matrix": [1, 2], "x": 2, "y": 1}
  30. ]
  31. }
  32. }
  33. }