keyboard.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "keyboard_name": "KB30-01",
  3. "manufacturer": "DOIO",
  4. "url": "",
  5. "maintainer": "DOIO2022",
  6. "usb": {
  7. "vid": "0xD010",
  8. "pid": "0x3001",
  9. "device_version": "0.0.1"
  10. },
  11. "rgb_matrix": {
  12. "animations": {
  13. "alphas_mods": true,
  14. "gradient_up_down": true,
  15. "gradient_left_right": true,
  16. "breathing": true,
  17. "cycle_up_down": true,
  18. "cycle_out_in": true,
  19. "cycle_out_in_dual": true,
  20. "rainbow_moving_chevron": true,
  21. "cycle_pinwheel": true,
  22. "cycle_spiral": true,
  23. "dual_beacon": true,
  24. "rainbow_beacon": true,
  25. "rainbow_pinwheels": true,
  26. "raindrops": true,
  27. "jellybean_raindrops": true,
  28. "hue_breathing": true,
  29. "typing_heatmap": true,
  30. "digital_rain": true,
  31. "solid_reactive_simple": true,
  32. "solid_reactive": true,
  33. "solid_reactive_wide": true,
  34. "solid_reactive_multiwide": true,
  35. "solid_reactive_cross": true,
  36. "solid_reactive_multicross": true,
  37. "solid_reactive_nexus": true,
  38. "solid_reactive_multinexus": true,
  39. "splash": true,
  40. "multisplash": true,
  41. "solid_splash": true,
  42. "solid_multisplash": true
  43. },
  44. "default": {
  45. "animation": "cycle_up_down"
  46. },
  47. "driver": "ws2812",
  48. "max_brightness": 200,
  49. "sleep": true
  50. },
  51. "features": {
  52. "bootmagic": true,
  53. "command": false,
  54. "console": false,
  55. "encoder": true,
  56. "extrakey": true,
  57. "mousekey": true,
  58. "nkro": true,
  59. "oled": true,
  60. "rgb_matrix": true
  61. },
  62. "qmk": {
  63. "locking": {
  64. "enabled": true,
  65. "resync": true
  66. }
  67. },
  68. "matrix_pins": {
  69. "cols": ["B14", "B13", "B12", "B0", "A7", "A9", "A8"],
  70. "rows": ["B3", "B4", "B9", "B8", "A5", "A6"]
  71. },
  72. "diode_direction": "COL2ROW",
  73. "encoder": {
  74. "rotary": [
  75. {"pin_a": "B5", "pin_b": "B6"},
  76. {"pin_a": "A1", "pin_b": "A2"},
  77. {"pin_a": "A3", "pin_b": "A4", "resolution": 2}
  78. ]
  79. },
  80. "ws2812": {
  81. "pin": "A10"
  82. },
  83. "processor": "STM32F103",
  84. "bootloader": "stm32duino",
  85. "layouts": {
  86. "LAYOUT": {
  87. "layout": [
  88. {"matrix": [0, 0], "x": 0, "y": 0},
  89. {"matrix": [0, 1], "x": 1, "y": 0},
  90. {"matrix": [0, 2], "x": 2, "y": 0},
  91. {"matrix": [0, 3], "x": 3, "y": 0},
  92. {"matrix": [0, 4], "x": 4.25, "y": 0},
  93. {"matrix": [0, 5], "x": 5.25, "y": 0},
  94. {"matrix": [0, 6], "x": 6.25, "y": 0},
  95. {"matrix": [1, 0], "x": 0, "y": 1},
  96. {"matrix": [1, 1], "x": 1, "y": 1},
  97. {"matrix": [1, 2], "x": 2, "y": 1},
  98. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  99. {"matrix": [1, 4], "x": 4.25, "y": 1},
  100. {"matrix": [1, 5], "x": 5.25, "y": 1},
  101. {"matrix": [1, 6], "x": 6.25, "y": 1},
  102. {"matrix": [2, 0], "x": 0, "y": 2},
  103. {"matrix": [2, 1], "x": 1, "y": 2},
  104. {"matrix": [2, 2], "x": 2, "y": 2},
  105. {"matrix": [2, 3], "x": 4.25, "y": 2},
  106. {"matrix": [2, 4], "x": 5.25, "y": 2},
  107. {"matrix": [2, 5], "x": 6.25, "y": 2},
  108. {"matrix": [3, 0], "x": 0, "y": 3},
  109. {"matrix": [3, 1], "x": 1, "y": 3},
  110. {"matrix": [3, 2], "x": 2, "y": 3},
  111. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
  112. {"matrix": [3, 5], "x": 5.25, "y": 3},
  113. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  114. {"matrix": [4, 1], "x": 2, "y": 4},
  115. {"matrix": [4, 2], "x": 4.25, "y": 4},
  116. {"matrix": [4, 3], "x": 5.25, "y": 4},
  117. {"matrix": [4, 4], "x": 6.25, "y": 4},
  118. {"matrix": [5, 4], "x": 7.75, "y": 1},
  119. {"matrix": [5, 5], "x": 9.75, "y": 1},
  120. {"matrix": [5, 6], "x": 7.75, "y": 2, "w": 3, "h": 3}
  121. ]
  122. }
  123. }
  124. }