logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (4223B)


  1. {
  2. "keyboard_name": "Thirty",
  3. "manufacturer": "Leo Deng",
  4. "maintainer": "myst729",
  5. "usb": {
  6. "vid": "0xDE29",
  7. "pid": "0x7342",
  8. "device_version": "0.0.1"
  9. },
  10. "rgb_matrix": {
  11. "animations": {
  12. "alphas_mods": true,
  13. "gradient_up_down": true,
  14. "gradient_left_right": true,
  15. "breathing": true,
  16. "band_sat": true,
  17. "band_val": true,
  18. "band_pinwheel_sat": true,
  19. "band_pinwheel_val": true,
  20. "band_spiral_sat": true,
  21. "band_spiral_val": true,
  22. "cycle_all": true,
  23. "cycle_left_right": true,
  24. "cycle_up_down": true,
  25. "cycle_out_in": true,
  26. "cycle_out_in_dual": true,
  27. "cycle_pinwheel": true,
  28. "cycle_spiral": true,
  29. "dual_beacon": true,
  30. "rainbow_moving_chevron": true,
  31. "rainbow_beacon": true,
  32. "rainbow_pinwheels": true,
  33. "raindrops": true,
  34. "jellybean_raindrops": true,
  35. "hue_breathing": true,
  36. "hue_pendulum": true,
  37. "hue_wave": true,
  38. "pixel_fractal": true,
  39. "pixel_flow": 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_all"
  58. },
  59. "driver": "ws2812",
  60. "max_brightness": 200
  61. },
  62. "matrix_pins": {
  63. "cols": ["B13", "B14", "B3", "A4", "A6"],
  64. "rows": ["B15", "A5", "A3", "A15", "B7", "B8"]
  65. },
  66. "diode_direction": "COL2ROW",
  67. "dynamic_keymap": {
  68. "layer_count": 8
  69. },
  70. "backlight": {
  71. "pin": "B11",
  72. "levels": 5,
  73. "on_state": 0
  74. },
  75. "ws2812": {
  76. "pin": "B12"
  77. },
  78. "processor": "STM32F103",
  79. "bootloader": "stm32duino",
  80. "features": {
  81. "bootmagic": true,
  82. "mousekey": true,
  83. "extrakey": true,
  84. "nkro": true,
  85. "backlight": true,
  86. "rgb_matrix": true
  87. },
  88. "layouts": {
  89. "LAYOUT_ortho_3x10": {
  90. "layout": [
  91. {"matrix": [0, 0], "x": 0, "y": 0},
  92. {"matrix": [0, 1], "x": 1, "y": 0},
  93. {"matrix": [0, 2], "x": 2, "y": 0},
  94. {"matrix": [0, 3], "x": 3, "y": 0},
  95. {"matrix": [0, 4], "x": 4, "y": 0},
  96. {"matrix": [3, 4], "x": 5, "y": 0},
  97. {"matrix": [3, 3], "x": 6, "y": 0},
  98. {"matrix": [3, 2], "x": 7, "y": 0},
  99. {"matrix": [3, 1], "x": 8, "y": 0},
  100. {"matrix": [3, 0], "x": 9, "y": 0},
  101. {"matrix": [1, 0], "x": 0, "y": 1},
  102. {"matrix": [1, 1], "x": 1, "y": 1},
  103. {"matrix": [1, 2], "x": 2, "y": 1},
  104. {"matrix": [1, 3], "x": 3, "y": 1},
  105. {"matrix": [1, 4], "x": 4, "y": 1},
  106. {"matrix": [4, 4], "x": 5, "y": 1},
  107. {"matrix": [4, 3], "x": 6, "y": 1},
  108. {"matrix": [4, 2], "x": 7, "y": 1},
  109. {"matrix": [4, 1], "x": 8, "y": 1},
  110. {"matrix": [4, 0], "x": 9, "y": 1},
  111. {"matrix": [2, 0], "x": 0, "y": 2},
  112. {"matrix": [2, 1], "x": 1, "y": 2},
  113. {"matrix": [2, 2], "x": 2, "y": 2},
  114. {"matrix": [2, 3], "x": 3, "y": 2},
  115. {"matrix": [2, 4], "x": 4, "y": 2},
  116. {"matrix": [5, 4], "x": 5, "y": 2},
  117. {"matrix": [5, 3], "x": 6, "y": 2},
  118. {"matrix": [5, 2], "x": 7, "y": 2},
  119. {"matrix": [5, 1], "x": 8, "y": 2},
  120. {"matrix": [5, 0], "x": 9, "y": 2}
  121. ]
  122. }
  123. }
  124. }