keyboard.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "keyboard_name": "MiniDox",
  3. "manufacturer": "That-Canadian",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x3060",
  8. "device_version": "0.0.1"
  9. },
  10. "matrix_pins": {
  11. "cols": ["F4", "D3", "D2", "D1", "D4"],
  12. "rows": ["B2", "B6", "B4", "B5"]
  13. },
  14. "diode_direction": "COL2ROW",
  15. "split": {
  16. "enabled": true,
  17. "serial": {
  18. "pin": "D0"
  19. }
  20. },
  21. "development_board": "promicro",
  22. "features": {
  23. "bootmagic": false,
  24. "mousekey": true,
  25. "extrakey": true,
  26. "command": true
  27. },
  28. "qmk": {
  29. "locking": {
  30. "enabled": true,
  31. "resync": true
  32. }
  33. },
  34. "community_layouts": ["split_3x5_3"],
  35. "layout_aliases": {
  36. "LAYOUT": "LAYOUT_split_3x5_3"
  37. },
  38. "layouts": {
  39. "LAYOUT_split_3x5_3": {
  40. "layout": [
  41. {"matrix": [0, 0], "x": 0, "y": 0.375},
  42. {"matrix": [0, 1], "x": 1, "y": 0.125},
  43. {"matrix": [0, 2], "x": 2, "y": 0},
  44. {"matrix": [0, 3], "x": 3, "y": 0.125},
  45. {"matrix": [0, 4], "x": 4, "y": 0.25},
  46. {"matrix": [4, 4], "x": 7, "y": 0.25},
  47. {"matrix": [4, 3], "x": 8, "y": 0.125},
  48. {"matrix": [4, 2], "x": 9, "y": 0},
  49. {"matrix": [4, 1], "x": 10, "y": 0.125},
  50. {"matrix": [4, 0], "x": 11, "y": 0.375},
  51. {"matrix": [1, 0], "x": 0, "y": 1.375},
  52. {"matrix": [1, 1], "x": 1, "y": 1.125},
  53. {"matrix": [1, 2], "x": 2, "y": 1},
  54. {"matrix": [1, 3], "x": 3, "y": 1.125},
  55. {"matrix": [1, 4], "x": 4, "y": 1.25},
  56. {"matrix": [5, 4], "x": 7, "y": 1.25},
  57. {"matrix": [5, 3], "x": 8, "y": 1.125},
  58. {"matrix": [5, 2], "x": 9, "y": 1},
  59. {"matrix": [5, 1], "x": 10, "y": 1.125},
  60. {"matrix": [5, 0], "x": 11, "y": 1.375},
  61. {"matrix": [2, 0], "x": 0, "y": 2.375},
  62. {"matrix": [2, 1], "x": 1, "y": 2.125},
  63. {"matrix": [2, 2], "x": 2, "y": 2},
  64. {"matrix": [2, 3], "x": 3, "y": 2.125},
  65. {"matrix": [2, 4], "x": 4, "y": 2.25},
  66. {"matrix": [6, 4], "x": 7, "y": 2.25},
  67. {"matrix": [6, 3], "x": 8, "y": 2.125},
  68. {"matrix": [6, 2], "x": 9, "y": 2},
  69. {"matrix": [6, 1], "x": 10, "y": 2.125},
  70. {"matrix": [6, 0], "x": 11, "y": 2.375},
  71. {"matrix": [3, 2], "x": 2.5, "y": 4.75},
  72. {"matrix": [3, 3], "x": 3.5, "y": 4.75},
  73. {"matrix": [3, 4], "x": 4.5, "y": 3.75, "h": 2},
  74. {"matrix": [7, 4], "x": 6.5, "y": 3.75, "h": 2},
  75. {"matrix": [7, 3], "x": 7.5, "y": 4.75},
  76. {"matrix": [7, 2], "x": 8.5, "y": 4.75}
  77. ]
  78. }
  79. }
  80. }