keyboard.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "keyboard_name": "zplit",
  3. "manufacturer": "fluxlab",
  4. "url": "https://github.com/cccywj/qmk_firmware",
  5. "maintainer": "flxlb",
  6. "usb": {
  7. "vid": "0x7076",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "command": true,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": false,
  18. "nkro": false,
  19. "rgblight": true
  20. },
  21. "qmk": {
  22. "locking": {
  23. "enabled": true,
  24. "resync": true
  25. }
  26. },
  27. "matrix_pins": {
  28. "cols": ["B2", "B3", "D6", "D7", "B4", "B5"],
  29. "rows": ["D4", "F5", "F4", "F1"]
  30. },
  31. "diode_direction": "COL2ROW",
  32. "encoder": {
  33. "rotary": [
  34. {"pin_a": "B0", "pin_b": "D2"}
  35. ]
  36. },
  37. "rgblight": {
  38. "led_count": 16,
  39. "led_map": [0, 1, 2, 3, 4, 5, 6, 7, 15, 14, 13, 12, 11, 10, 9, 8],
  40. "split_count": [8, 8],
  41. "animations": {
  42. "breathing": true,
  43. "rainbow_mood": true,
  44. "rainbow_swirl": true,
  45. "snake": true,
  46. "knight": true,
  47. "christmas": true,
  48. "static_gradient": true,
  49. "rgb_test": true,
  50. "alternating": true,
  51. "twinkle": true
  52. }
  53. },
  54. "ws2812": {
  55. "pin": "D3"
  56. },
  57. "split": {
  58. "enabled": true,
  59. "soft_serial_pin": "D0"
  60. },
  61. "processor": "atmega32u4",
  62. "bootloader": "atmel-dfu",
  63. "layouts": {
  64. "LAYOUT": {
  65. "layout": [
  66. {"matrix": [0, 0], "x": 0, "y": 0},
  67. {"matrix": [0, 1], "x": 1, "y": 0},
  68. {"matrix": [0, 2], "x": 2, "y": 0},
  69. {"matrix": [0, 3], "x": 3, "y": 0},
  70. {"matrix": [0, 4], "x": 4, "y": 0},
  71. {"matrix": [0, 5], "x": 5, "y": 0},
  72. {"matrix": [4, 5], "x": 7, "y": 0},
  73. {"matrix": [4, 4], "x": 8, "y": 0},
  74. {"matrix": [4, 3], "x": 9, "y": 0},
  75. {"matrix": [4, 2], "x": 10, "y": 0},
  76. {"matrix": [4, 1], "x": 11, "y": 0},
  77. {"matrix": [4, 0], "x": 12, "y": 0},
  78. {"matrix": [1, 0], "x": 0, "y": 1},
  79. {"matrix": [1, 1], "x": 1, "y": 1},
  80. {"matrix": [1, 2], "x": 2, "y": 1},
  81. {"matrix": [1, 3], "x": 3, "y": 1},
  82. {"matrix": [1, 4], "x": 4, "y": 1},
  83. {"matrix": [1, 5], "x": 5, "y": 1},
  84. {"matrix": [5, 5], "x": 7, "y": 1},
  85. {"matrix": [5, 4], "x": 8, "y": 1},
  86. {"matrix": [5, 3], "x": 9, "y": 1},
  87. {"matrix": [5, 2], "x": 10, "y": 1},
  88. {"matrix": [5, 1], "x": 11, "y": 1},
  89. {"matrix": [5, 0], "x": 12, "y": 1},
  90. {"matrix": [2, 0], "x": 0, "y": 2},
  91. {"matrix": [2, 1], "x": 1, "y": 2},
  92. {"matrix": [2, 2], "x": 2, "y": 2},
  93. {"matrix": [2, 3], "x": 3, "y": 2},
  94. {"matrix": [2, 4], "x": 4, "y": 2},
  95. {"matrix": [2, 5], "x": 5, "y": 2},
  96. {"matrix": [6, 5], "x": 7, "y": 2},
  97. {"matrix": [6, 4], "x": 8, "y": 2},
  98. {"matrix": [6, 3], "x": 9, "y": 2},
  99. {"matrix": [6, 2], "x": 10, "y": 2},
  100. {"matrix": [6, 1], "x": 11, "y": 2},
  101. {"matrix": [6, 0], "x": 12, "y": 2},
  102. {"matrix": [3, 0], "x": 0, "y": 3},
  103. {"matrix": [3, 1], "x": 1, "y": 3},
  104. {"matrix": [3, 2], "x": 2, "y": 3},
  105. {"matrix": [3, 3], "x": 3, "y": 3},
  106. {"matrix": [3, 4], "x": 4, "y": 3},
  107. {"matrix": [3, 5], "x": 5, "y": 3},
  108. {"matrix": [7, 5], "x": 7, "y": 3},
  109. {"matrix": [7, 4], "x": 8, "y": 3},
  110. {"matrix": [7, 3], "x": 9, "y": 3},
  111. {"matrix": [7, 2], "x": 10, "y": 3},
  112. {"matrix": [7, 1], "x": 11, "y": 3},
  113. {"matrix": [7, 0], "x": 12, "y": 3}
  114. ]
  115. }
  116. }
  117. }