keyboard.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "keyboard_name": "zplit",
  3. "manufacturer": "fluxlab",
  4. "maintainer": "flxlb",
  5. "usb": {
  6. "vid": "0x7076",
  7. "pid": "0x0001",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": false,
  12. "command": true,
  13. "encoder": true,
  14. "extrakey": true,
  15. "mousekey": false,
  16. "nkro": false,
  17. "rgblight": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["B2", "B3", "D6", "D7", "B4", "B5"],
  27. "rows": ["D4", "F5", "F4", "F1"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "encoder": {
  31. "rotary": [
  32. {"pin_a": "B0", "pin_b": "D2"}
  33. ]
  34. },
  35. "rgblight": {
  36. "led_count": 16,
  37. "led_map": [0, 1, 2, 3, 4, 5, 6, 7, 15, 14, 13, 12, 11, 10, 9, 8],
  38. "split_count": [8, 8],
  39. "animations": {
  40. "breathing": true,
  41. "rainbow_mood": true,
  42. "rainbow_swirl": true,
  43. "snake": true,
  44. "knight": true,
  45. "christmas": true,
  46. "static_gradient": true,
  47. "rgb_test": true,
  48. "alternating": true,
  49. "twinkle": true
  50. }
  51. },
  52. "ws2812": {
  53. "pin": "D3"
  54. },
  55. "split": {
  56. "enabled": true,
  57. "serial": {
  58. "pin": "D0"
  59. }
  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. }