keyboard.json 862 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "keyboard_name": "Big Switch Seat",
  3. "manufacturer": "Keebio",
  4. "url": "https://robotcandy.company/",
  5. "maintainer": "nooges",
  6. "usb": {
  7. "vid": "0xCB10",
  8. "pid": "0x1011",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": true,
  15. "extrakey": true,
  16. "mousekey": false,
  17. "nkro": false
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["F0"],
  27. "rows": ["E6"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "atmel-dfu",
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4}
  36. ]
  37. }
  38. }
  39. }