keyboard.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "keyboard_name": "split_blackpill",
  3. "manufacturer": "zvecr",
  4. "url": "",
  5. "maintainer": "zvecr",
  6. "usb": {
  7. "vid": "0x5A56",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true,
  16. "rgblight": true
  17. },
  18. "matrix_pins": {
  19. "cols": ["B11", "B10", "B1", "B0", "A7", "A6"],
  20. "rows": ["B15", "B14", "B13", "B12"],
  21. "io_delay": 5
  22. },
  23. "diode_direction": "COL2ROW",
  24. "split": {
  25. "enabled": true,
  26. "handedness": {
  27. "pin": "B3"
  28. },
  29. "soft_serial_pin": "B6",
  30. "bootmagic": {
  31. "matrix": [4, 0]
  32. },
  33. "matrix_pins": {
  34. "right": {
  35. "cols": ["B12", "B13", "B14", "B15", "A8", "A9"],
  36. "rows": ["B0", "B1", "B10", "B11"]
  37. }
  38. }
  39. },
  40. "rgblight": {
  41. "led_count": 24,
  42. "split_count": [12, 12],
  43. "animations": {
  44. "breathing": true,
  45. "rainbow_mood": true,
  46. "rainbow_swirl": true,
  47. "snake": true,
  48. "knight": true,
  49. "christmas": true,
  50. "static_gradient": true,
  51. "rgb_test": true,
  52. "alternating": true,
  53. "twinkle": true
  54. }
  55. },
  56. "ws2812": {
  57. "pin": "B4",
  58. "driver": "pwm"
  59. },
  60. "processor": "STM32F103",
  61. "bootloader": "stm32duino",
  62. "community_layouts": ["ortho_4x12"],
  63. "layouts": {
  64. "LAYOUT_ortho_4x12": {
  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": 6, "y": 0},
  73. {"matrix": [4, 4], "x": 7, "y": 0},
  74. {"matrix": [4, 3], "x": 8, "y": 0},
  75. {"matrix": [4, 2], "x": 9, "y": 0},
  76. {"matrix": [4, 1], "x": 10, "y": 0},
  77. {"matrix": [4, 0], "x": 11, "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": 6, "y": 1},
  85. {"matrix": [5, 4], "x": 7, "y": 1},
  86. {"matrix": [5, 3], "x": 8, "y": 1},
  87. {"matrix": [5, 2], "x": 9, "y": 1},
  88. {"matrix": [5, 1], "x": 10, "y": 1},
  89. {"matrix": [5, 0], "x": 11, "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": 6, "y": 2},
  97. {"matrix": [6, 4], "x": 7, "y": 2},
  98. {"matrix": [6, 3], "x": 8, "y": 2},
  99. {"matrix": [6, 2], "x": 9, "y": 2},
  100. {"matrix": [6, 1], "x": 10, "y": 2},
  101. {"matrix": [6, 0], "x": 11, "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": 6, "y": 3},
  109. {"matrix": [7, 4], "x": 7, "y": 3},
  110. {"matrix": [7, 3], "x": 8, "y": 3},
  111. {"matrix": [7, 2], "x": 9, "y": 3},
  112. {"matrix": [7, 1], "x": 10, "y": 3},
  113. {"matrix": [7, 0], "x": 11, "y": 3}
  114. ]
  115. }
  116. }
  117. }