You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
571 B

  1. {
  2. "keyboard_name": "BN003",
  3. "manufacturer": "Binepad",
  4. "url": "https://binepad.com",
  5. "maintainer": "binepad",
  6. "usb": {
  7. "vid": "0x4249",
  8. "pid": "0x4287",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["B4", "B5", "B6"],
  13. "rows": ["C6"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "processor": "atmega32u4",
  17. "bootloader": "atmel-dfu",
  18. "layouts": {
  19. "LAYOUT": {
  20. "layout": [
  21. {"x": 0, "y": 0, "matrix": [0, 0]},
  22. {"x": 1, "y": 0, "matrix": [0, 1]},
  23. {"x": 2, "y": 0, "matrix": [0, 2]}
  24. ]
  25. }
  26. }
  27. }