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.

75 lines
2.3 KiB

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