keyboard.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "keyboard_name": "BDN9-BLE",
  3. "manufacturer": "KeyPCB/Keebio",
  4. "url": "",
  5. "maintainer": "merlin04",
  6. "usb": {
  7. "vid": "0xCB10",
  8. "pid": "0x1134",
  9. "device_version": "1.0.0"
  10. },
  11. "bluetooth": {
  12. "driver": "bluefruit_le"
  13. },
  14. "backlight": {
  15. "driver": "timer",
  16. "pin": "F6",
  17. "levels": 5
  18. },
  19. "processor": "atmega32u4",
  20. "bootloader": "caterina",
  21. "features": {
  22. "bootmagic": false,
  23. "mousekey": false,
  24. "extrakey": true,
  25. "console": true,
  26. "command": true,
  27. "backlight": true,
  28. "bluetooth": true
  29. },
  30. "qmk": {
  31. "locking": {
  32. "enabled": true,
  33. "resync": true
  34. }
  35. },
  36. "matrix_pins": {
  37. "direct": [
  38. ["D1", "D0", "C6"],
  39. ["D7", "B5", "B6"],
  40. ["B7", "D6", "F7"]
  41. ]
  42. },
  43. "layouts": {
  44. "LAYOUT": {
  45. "layout": [
  46. {"x": 0, "y": 0, "matrix": [0, 0]},
  47. {"x": 1, "y": 0, "matrix": [0, 1]},
  48. {"x": 2, "y": 0, "matrix": [0, 2]},
  49. {"x": 0, "y": 1, "matrix": [1, 0]},
  50. {"x": 1, "y": 1, "matrix": [1, 1]},
  51. {"x": 2, "y": 1, "matrix": [1, 2]},
  52. {"x": 0, "y": 2, "matrix": [2, 0]},
  53. {"x": 1, "y": 2, "matrix": [2, 1]},
  54. {"x": 2, "y": 2, "matrix": [2, 2]}
  55. ]
  56. }
  57. }
  58. }