keyboard.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "command": false,
  14. "console": false,
  15. "dip_switch": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["D3", "D2", "D1"],
  22. "rows": ["B4", "D0"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "dip_switch": {
  26. "pins": ["C6"]
  27. },
  28. "processor": "atmega32u4",
  29. "bootloader": "caterina",
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"matrix": [0, 0], "x": 0, "y": 0},
  34. {"matrix": [0, 1], "x": 1, "y": 0},
  35. {"matrix": [0, 2], "x": 2, "y": 0},
  36. {"matrix": [1, 0], "x": 0, "y": 1},
  37. {"matrix": [1, 1], "x": 1, "y": 1},
  38. {"matrix": [1, 2], "x": 2, "y": 1}
  39. ]
  40. }
  41. }
  42. }