info.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "manufacturer": "Binepad",
  3. "keyboard_name": "BN009 R2",
  4. "maintainer": "binepad",
  5. "bootloader": "stm32duino",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": false
  14. },
  15. "matrix_pins": {
  16. "cols": ["A1", "A2", "A6"],
  17. "rows": ["B6", "B7", "B2"]
  18. },
  19. "processor": "STM32F103",
  20. "url": "http://binepad.com",
  21. "usb": {
  22. "vid": "0x4249",
  23. "pid": "0x4295",
  24. "device_version": "2.0.0"
  25. },
  26. "community_layouts": ["ortho_3x3"],
  27. "layouts": {
  28. "LAYOUT_ortho_3x3": {
  29. "layout": [
  30. { "matrix": [0, 0], "x": 0, "y": 0 },
  31. { "matrix": [0, 1], "x": 1, "y": 0 },
  32. { "matrix": [0, 2], "x": 2, "y": 0 },
  33. { "matrix": [1, 0], "x": 0, "y": 1 },
  34. { "matrix": [1, 1], "x": 1, "y": 1 },
  35. { "matrix": [1, 2], "x": 2, "y": 1 },
  36. { "matrix": [2, 0], "x": 0, "y": 2 },
  37. { "matrix": [2, 1], "x": 1, "y": 2 },
  38. { "matrix": [2, 2], "x": 2, "y": 2 }
  39. ]
  40. }
  41. }
  42. }