info.json 706 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "keyboard_name": "SixShooter",
  3. "manufacturer": "bpiphany",
  4. "maintainer": "qmk",
  5. "url": "https://geekhack.org/index.php?topic=70033.0",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6666",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "atmega32u4",
  12. "bootloader": "halfkay",
  13. "matrix_pins": {
  14. "direct": [
  15. ["F7", "F6", "F1"],
  16. ["F5", "F4", "F0"]
  17. ]
  18. },
  19. "layouts": {
  20. "LAYOUT": {
  21. "layout": [
  22. {"x":0, "y":0, "matrix": [0, 0]},
  23. {"x":1, "y":0, "matrix": [0, 1]},
  24. {"x":2, "y":0, "matrix": [0, 2]},
  25. {"x":0, "y":1, "matrix": [1, 0]},
  26. {"x":1, "y":1, "matrix": [1, 1]},
  27. {"x":2, "y":1, "matrix": [1, 2]}
  28. ]
  29. }
  30. }
  31. }