You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
4.1 KiB

  1. {
  2. "keyboard_name": "KB12-01",
  3. "manufacturer": "DOIO",
  4. "url": "",
  5. "maintainer": "DOIO2022",
  6. "usb": {
  7. "vid": "0xD010",
  8. "pid": "0x1201",
  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. "band_sat": true,
  18. "band_val": true,
  19. "band_pinwheel_sat": true,
  20. "band_pinwheel_val": true,
  21. "band_spiral_sat": true,
  22. "band_spiral_val": true,
  23. "cycle_all": true,
  24. "cycle_left_right": true,
  25. "cycle_up_down": true,
  26. "cycle_out_in": true,
  27. "cycle_out_in_dual": true,
  28. "rainbow_moving_chevron": true,
  29. "cycle_pinwheel": true,
  30. "cycle_spiral": true,
  31. "dual_beacon": true,
  32. "rainbow_beacon": true,
  33. "rainbow_pinwheels": true,
  34. "raindrops": true,
  35. "jellybean_raindrops": true,
  36. "hue_breathing": true,
  37. "hue_pendulum": true,
  38. "hue_wave": true,
  39. "pixel_fractal": true,
  40. "pixel_rain": true,
  41. "typing_heatmap": true,
  42. "digital_rain": true,
  43. "solid_reactive_simple": true,
  44. "solid_reactive": true,
  45. "solid_reactive_wide": true,
  46. "solid_reactive_multiwide": true,
  47. "solid_reactive_cross": true,
  48. "solid_reactive_multicross": true,
  49. "solid_reactive_nexus": true,
  50. "solid_reactive_multinexus": true,
  51. "splash": true,
  52. "multisplash": true,
  53. "solid_splash": true,
  54. "solid_multisplash": true
  55. },
  56. "default": {
  57. "animation": "cycle_up_down"
  58. },
  59. "driver": "ws2812",
  60. "layout": [
  61. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
  62. {"matrix": [0, 1], "x": 75, "y": 0, "flags": 4},
  63. {"matrix": [0, 2], "x": 150, "y": 0, "flags": 4},
  64. {"matrix": [0, 3], "x": 224, "y": 0, "flags": 4},
  65. {"matrix": [1, 0], "x": 0, "y": 32, "flags": 4},
  66. {"matrix": [1, 1], "x": 75, "y": 32, "flags": 4},
  67. {"matrix": [1, 2], "x": 150, "y": 32, "flags": 4},
  68. {"matrix": [1, 3], "x": 224, "y": 32, "flags": 4},
  69. {"matrix": [2, 0], "x": 0, "y": 64, "flags": 4},
  70. {"matrix": [2, 1], "x": 75, "y": 64, "flags": 4},
  71. {"matrix": [2, 2], "x": 150, "y": 64, "flags": 4},
  72. {"matrix": [2, 3], "x": 224, "y": 64, "flags": 4}
  73. ],
  74. "max_brightness": 200,
  75. "sleep": true
  76. },
  77. "matrix_pins": {
  78. "cols": ["B14", "B13", "B12", "B0", "A7"],
  79. "rows": ["B3", "B4", "B9"]
  80. },
  81. "diode_direction": "COL2ROW",
  82. "dynamic_keymap": {
  83. "layer_count": 6
  84. },
  85. "encoder": {
  86. "rotary": [
  87. {"pin_a": "B5", "pin_b": "B6"}
  88. ]
  89. },
  90. "ws2812": {
  91. "pin": "A10"
  92. },
  93. "processor": "STM32F103",
  94. "bootloader": "stm32duino",
  95. "features": {
  96. "bootmagic": true,
  97. "command": false,
  98. "console": false,
  99. "extrakey": true,
  100. "mousekey": true,
  101. "nkro": true,
  102. "rgb_matrix": true,
  103. "encoder": true
  104. },
  105. "layouts": {
  106. "LAYOUT": {
  107. "layout": [
  108. { "matrix": [0, 4], "x": 0, "y": 0 },
  109. { "matrix": [0, 0], "x": 3.25, "y": 0 },
  110. { "matrix": [0, 1], "x": 4.25, "y": 0 },
  111. { "matrix": [0, 2], "x": 5.25, "y": 0 },
  112. { "matrix": [0, 3], "x": 6.25, "y": 0 },
  113. { "matrix": [1, 0], "x": 7.75, "y": 0 },
  114. { "matrix": [1, 1], "x": 8.75, "y": 0 },
  115. { "matrix": [1, 2], "x": 9.75, "y": 0 },
  116. { "matrix": [1, 3], "x": 10.75, "y": 0 },
  117. { "matrix": [2, 0], "x": 12.25, "y": 0 },
  118. { "matrix": [2, 1], "x": 13.25, "y": 0 },
  119. { "matrix": [2, 2], "x": 14.25, "y": 0 },
  120. { "matrix": [2, 3], "x": 15.25, "y": 0 }
  121. ]
  122. }
  123. }
  124. }