logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (2558B)


  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. "processor": "atmega32u4",
  22. "bootloader": "caterina",
  23. "features": {
  24. "bootmagic": false,
  25. "mousekey": true,
  26. "extrakey": true,
  27. "command": true
  28. },
  29. "qmk": {
  30. "locking": {
  31. "enabled": true,
  32. "resync": true
  33. }
  34. },
  35. "community_layouts": ["split_3x5_3"],
  36. "layout_aliases": {
  37. "LAYOUT": "LAYOUT_split_3x5_3"
  38. },
  39. "layouts": {
  40. "LAYOUT_split_3x5_3": {
  41. "layout": [
  42. {"matrix": [0, 0], "x": 0, "y": 0.375},
  43. {"matrix": [0, 1], "x": 1, "y": 0.125},
  44. {"matrix": [0, 2], "x": 2, "y": 0},
  45. {"matrix": [0, 3], "x": 3, "y": 0.125},
  46. {"matrix": [0, 4], "x": 4, "y": 0.25},
  47. {"matrix": [4, 4], "x": 7, "y": 0.25},
  48. {"matrix": [4, 3], "x": 8, "y": 0.125},
  49. {"matrix": [4, 2], "x": 9, "y": 0},
  50. {"matrix": [4, 1], "x": 10, "y": 0.125},
  51. {"matrix": [4, 0], "x": 11, "y": 0.375},
  52. {"matrix": [1, 0], "x": 0, "y": 1.375},
  53. {"matrix": [1, 1], "x": 1, "y": 1.125},
  54. {"matrix": [1, 2], "x": 2, "y": 1},
  55. {"matrix": [1, 3], "x": 3, "y": 1.125},
  56. {"matrix": [1, 4], "x": 4, "y": 1.25},
  57. {"matrix": [5, 4], "x": 7, "y": 1.25},
  58. {"matrix": [5, 3], "x": 8, "y": 1.125},
  59. {"matrix": [5, 2], "x": 9, "y": 1},
  60. {"matrix": [5, 1], "x": 10, "y": 1.125},
  61. {"matrix": [5, 0], "x": 11, "y": 1.375},
  62. {"matrix": [2, 0], "x": 0, "y": 2.375},
  63. {"matrix": [2, 1], "x": 1, "y": 2.125},
  64. {"matrix": [2, 2], "x": 2, "y": 2},
  65. {"matrix": [2, 3], "x": 3, "y": 2.125},
  66. {"matrix": [2, 4], "x": 4, "y": 2.25},
  67. {"matrix": [6, 4], "x": 7, "y": 2.25},
  68. {"matrix": [6, 3], "x": 8, "y": 2.125},
  69. {"matrix": [6, 2], "x": 9, "y": 2},
  70. {"matrix": [6, 1], "x": 10, "y": 2.125},
  71. {"matrix": [6, 0], "x": 11, "y": 2.375},
  72. {"matrix": [3, 2], "x": 2.5, "y": 4.75},
  73. {"matrix": [3, 3], "x": 3.5, "y": 4.75},
  74. {"matrix": [3, 4], "x": 4.5, "y": 3.75, "h": 2},
  75. {"matrix": [7, 4], "x": 6.5, "y": 3.75, "h": 2},
  76. {"matrix": [7, 3], "x": 7.5, "y": 4.75},
  77. {"matrix": [7, 2], "x": 8.5, "y": 4.75}
  78. ]
  79. }
  80. }
  81. }