keyboard.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "keyboard_name": "Thirty",
  3. "manufacturer": "Leo Deng",
  4. "url": "",
  5. "maintainer": "myst729",
  6. "usb": {
  7. "vid": "0xDE29",
  8. "pid": "0x7342",
  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. "cycle_pinwheel": true,
  29. "cycle_spiral": true,
  30. "dual_beacon": true,
  31. "rainbow_moving_chevron": 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_flow": true,
  41. "pixel_rain": true,
  42. "typing_heatmap": true,
  43. "digital_rain": true,
  44. "solid_reactive_simple": true,
  45. "solid_reactive": true,
  46. "solid_reactive_wide": true,
  47. "solid_reactive_multiwide": true,
  48. "solid_reactive_cross": true,
  49. "solid_reactive_multicross": true,
  50. "solid_reactive_nexus": true,
  51. "solid_reactive_multinexus": true,
  52. "splash": true,
  53. "multisplash": true,
  54. "solid_splash": true,
  55. "solid_multisplash": true
  56. },
  57. "default": {
  58. "animation": "cycle_all"
  59. },
  60. "driver": "ws2812",
  61. "max_brightness": 200
  62. },
  63. "matrix_pins": {
  64. "cols": ["B13", "B14", "B3", "A4", "A6"],
  65. "rows": ["B15", "A5", "A3", "A15", "B7", "B8"]
  66. },
  67. "diode_direction": "COL2ROW",
  68. "dynamic_keymap": {
  69. "layer_count": 8
  70. },
  71. "backlight": {
  72. "pin": "B11",
  73. "levels": 5,
  74. "on_state": 0
  75. },
  76. "ws2812": {
  77. "pin": "B12"
  78. },
  79. "processor": "STM32F103",
  80. "bootloader": "stm32duino",
  81. "features": {
  82. "bootmagic": true,
  83. "mousekey": true,
  84. "extrakey": true,
  85. "nkro": true,
  86. "backlight": true,
  87. "rgb_matrix": true
  88. },
  89. "layouts": {
  90. "LAYOUT_ortho_3x10": {
  91. "layout": [
  92. {"matrix": [0, 0], "x": 0, "y": 0},
  93. {"matrix": [0, 1], "x": 1, "y": 0},
  94. {"matrix": [0, 2], "x": 2, "y": 0},
  95. {"matrix": [0, 3], "x": 3, "y": 0},
  96. {"matrix": [0, 4], "x": 4, "y": 0},
  97. {"matrix": [3, 4], "x": 5, "y": 0},
  98. {"matrix": [3, 3], "x": 6, "y": 0},
  99. {"matrix": [3, 2], "x": 7, "y": 0},
  100. {"matrix": [3, 1], "x": 8, "y": 0},
  101. {"matrix": [3, 0], "x": 9, "y": 0},
  102. {"matrix": [1, 0], "x": 0, "y": 1},
  103. {"matrix": [1, 1], "x": 1, "y": 1},
  104. {"matrix": [1, 2], "x": 2, "y": 1},
  105. {"matrix": [1, 3], "x": 3, "y": 1},
  106. {"matrix": [1, 4], "x": 4, "y": 1},
  107. {"matrix": [4, 4], "x": 5, "y": 1},
  108. {"matrix": [4, 3], "x": 6, "y": 1},
  109. {"matrix": [4, 2], "x": 7, "y": 1},
  110. {"matrix": [4, 1], "x": 8, "y": 1},
  111. {"matrix": [4, 0], "x": 9, "y": 1},
  112. {"matrix": [2, 0], "x": 0, "y": 2},
  113. {"matrix": [2, 1], "x": 1, "y": 2},
  114. {"matrix": [2, 2], "x": 2, "y": 2},
  115. {"matrix": [2, 3], "x": 3, "y": 2},
  116. {"matrix": [2, 4], "x": 4, "y": 2},
  117. {"matrix": [5, 4], "x": 5, "y": 2},
  118. {"matrix": [5, 3], "x": 6, "y": 2},
  119. {"matrix": [5, 2], "x": 7, "y": 2},
  120. {"matrix": [5, 1], "x": 8, "y": 2},
  121. {"matrix": [5, 0], "x": 9, "y": 2}
  122. ]
  123. }
  124. }
  125. }