keyboard.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "keyboard_name": "Dactyl Minidox",
  3. "manufacturer": "dlford",
  4. "url": "https://www.dlford.io/keyboard-build-guide-per-key-rgb-leds/",
  5. "maintainer": "dlford",
  6. "usb": {
  7. "vid": "0x444D",
  8. "pid": "0x3536",
  9. "device_version": "0.0.3"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "console": false,
  14. "command": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "ws2812": {
  20. "pin": "D3"
  21. },
  22. "rgb_matrix": {
  23. "center_point": [133, 54],
  24. "driver": "ws2812",
  25. "split_count": [18, 18]
  26. },
  27. "matrix_pins": {
  28. "cols": ["C6", "D7", "E6", "B4", "B5"],
  29. "rows": ["B1", "B3", "B2", "B6"]
  30. },
  31. "diode_direction": "ROW2COL",
  32. "split": {
  33. "enabled": true,
  34. "soft_serial_pin": "D0"
  35. },
  36. "development_board": "promicro",
  37. "layout_aliases": {
  38. "LAYOUT": "LAYOUT_split_3x5_3"
  39. },
  40. "community_layouts": ["split_3x5_3"],
  41. "layouts": {
  42. "LAYOUT_split_3x5_3": {
  43. "layout": [
  44. {"matrix": [0, 0], "x": 0, "y": 0},
  45. {"matrix": [0, 1], "x": 1, "y": 0},
  46. {"matrix": [0, 2], "x": 2, "y": 0},
  47. {"matrix": [0, 3], "x": 3, "y": 0},
  48. {"matrix": [0, 4], "x": 4, "y": 0},
  49. {"matrix": [4, 0], "x": 10, "y": 0},
  50. {"matrix": [4, 1], "x": 11, "y": 0},
  51. {"matrix": [4, 2], "x": 12, "y": 0},
  52. {"matrix": [4, 3], "x": 13, "y": 0},
  53. {"matrix": [4, 4], "x": 14, "y": 0},
  54. {"matrix": [1, 0], "x": 0, "y": 1},
  55. {"matrix": [1, 1], "x": 1, "y": 1},
  56. {"matrix": [1, 2], "x": 2, "y": 1},
  57. {"matrix": [1, 3], "x": 3, "y": 1},
  58. {"matrix": [1, 4], "x": 4, "y": 1},
  59. {"matrix": [5, 0], "x": 10, "y": 1},
  60. {"matrix": [5, 1], "x": 11, "y": 1},
  61. {"matrix": [5, 2], "x": 12, "y": 1},
  62. {"matrix": [5, 3], "x": 13, "y": 1},
  63. {"matrix": [5, 4], "x": 14, "y": 1},
  64. {"matrix": [2, 0], "x": 0, "y": 2},
  65. {"matrix": [2, 1], "x": 1, "y": 2},
  66. {"matrix": [2, 2], "x": 2, "y": 2},
  67. {"matrix": [2, 3], "x": 3, "y": 2},
  68. {"matrix": [2, 4], "x": 4, "y": 2},
  69. {"matrix": [6, 0], "x": 10, "y": 2},
  70. {"matrix": [6, 1], "x": 11, "y": 2},
  71. {"matrix": [6, 2], "x": 12, "y": 2},
  72. {"matrix": [6, 3], "x": 13, "y": 2},
  73. {"matrix": [6, 4], "x": 14, "y": 2},
  74. {"matrix": [3, 2], "x": 2, "y": 3},
  75. {"matrix": [3, 3], "x": 3, "y": 3},
  76. {"matrix": [3, 4], "x": 4, "y": 3},
  77. {"matrix": [7, 0], "x": 10, "y": 3},
  78. {"matrix": [7, 1], "x": 11, "y": 3},
  79. {"matrix": [7, 2], "x": 12, "y": 3}
  80. ]
  81. }
  82. }
  83. }