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.

133 lines
4.4 KiB

  1. {
  2. "keyboard_name": "MagicForce",
  3. "url": "",
  4. "maintainer": "MagicForce",
  5. "manufacturer": "MagicForce",
  6. "usb": {
  7. "vid": "0x1A53",
  8. "pid": "0x4F51",
  9. "device_version": "1.0.2",
  10. "force_nkro": true
  11. },
  12. "indicators": {
  13. "num_lock": "B15"
  14. },
  15. "ws2812": {
  16. "pin": "C15"
  17. },
  18. "rgb_matrix": {
  19. "animations": {
  20. "alphas_mods": true,
  21. "gradient_up_down": true,
  22. "gradient_left_right": true,
  23. "breathing": true,
  24. "band_sat": true,
  25. "band_val": true,
  26. "band_pinwheel_sat": true,
  27. "band_pinwheel_val": true,
  28. "band_spiral_sat": true,
  29. "band_spiral_val": true,
  30. "cycle_all": true,
  31. "cycle_left_right": true,
  32. "cycle_up_down": true,
  33. "rainbow_moving_chevron": true,
  34. "cycle_out_in": true,
  35. "cycle_out_in_dual": true,
  36. "cycle_pinwheel": true,
  37. "cycle_spiral": true,
  38. "dual_beacon": true,
  39. "rainbow_beacon": true,
  40. "rainbow_pinwheels": true,
  41. "raindrops": true,
  42. "jellybean_raindrops": true,
  43. "hue_breathing": true,
  44. "hue_pendulum": true,
  45. "hue_wave": true,
  46. "pixel_rain": true,
  47. "pixel_flow": true,
  48. "pixel_fractal": true,
  49. "typing_heatmap": true,
  50. "digital_rain": true,
  51. "solid_reactive_simple": true,
  52. "solid_reactive": true,
  53. "solid_reactive_wide": true,
  54. "solid_reactive_multiwide": true,
  55. "solid_reactive_cross": true,
  56. "solid_reactive_multicross": true,
  57. "solid_reactive_nexus": true,
  58. "solid_reactive_multinexus": true,
  59. "splash": true,
  60. "multisplash": true,
  61. "solid_splash": true,
  62. "solid_multisplash": true
  63. },
  64. "driver": "ws2812",
  65. "max_brightness": 200
  66. },
  67. "features": {
  68. "bootmagic": true,
  69. "command": true,
  70. "console": true,
  71. "extrakey": true,
  72. "mousekey": true,
  73. "nkro": true,
  74. "rgb_matrix": true
  75. },
  76. "matrix_pins": {
  77. "cols": ["A2", "A1", "B14", "B4", "B5", "B6", "B7"],
  78. "rows": ["A7", "B0", "B1", "B2", "B10", "B11"]
  79. },
  80. "diode_direction": "ROW2COL",
  81. "processor": "STM32F072",
  82. "bootloader": "stm32-dfu",
  83. "layouts": {
  84. "LAYOUT": {
  85. "layout": [
  86. {"matrix": [0, 0], "x": 0, "y": 0},
  87. {"matrix": [0, 1], "x": 1, "y": 0},
  88. {"matrix": [0, 2], "x": 2, "y": 0},
  89. {"matrix": [0, 3], "x": 3.25, "y": 0},
  90. {"matrix": [0, 4], "x": 4.25, "y": 0},
  91. {"matrix": [0, 5], "x": 5.25, "y": 0},
  92. {"matrix": [0, 6], "x": 6.25, "y": 0},
  93. {"matrix": [1, 0], "x": 0, "y": 1.25},
  94. {"matrix": [1, 1], "x": 1, "y": 1.25},
  95. {"matrix": [1, 2], "x": 2, "y": 1.25},
  96. {"matrix": [1, 3], "x": 3.25, "y": 1.25},
  97. {"matrix": [1, 4], "x": 4.25, "y": 1.25},
  98. {"matrix": [1, 5], "x": 5.25, "y": 1.25},
  99. {"matrix": [1, 6], "x": 6.25, "y": 1.25},
  100. {"matrix": [2, 0], "x": 0, "y": 2.25},
  101. {"matrix": [2, 1], "x": 1, "y": 2.25},
  102. {"matrix": [2, 2], "x": 2, "y": 2.25},
  103. {"matrix": [2, 3], "x": 3.25, "y": 2.25},
  104. {"matrix": [2, 4], "x": 4.25, "y": 2.25},
  105. {"matrix": [2, 5], "x": 5.25, "y": 2.25},
  106. {"matrix": [3, 3], "x": 3.25, "y": 3.25},
  107. {"matrix": [3, 4], "x": 4.25, "y": 3.25},
  108. {"matrix": [3, 5], "x": 5.25, "y": 3.25},
  109. {"matrix": [3, 6], "x": 6.25, "y": 2.25, "h": 2},
  110. {"matrix": [4, 1], "x": 1, "y": 4.25},
  111. {"matrix": [4, 3], "x": 3.25, "y": 4.25},
  112. {"matrix": [4, 4], "x": 4.25, "y": 4.25},
  113. {"matrix": [4, 5], "x": 5.25, "y": 4.25},
  114. {"matrix": [5, 0], "x": 0, "y": 5.25},
  115. {"matrix": [5, 1], "x": 1, "y": 5.25},
  116. {"matrix": [5, 2], "x": 2, "y": 5.25},
  117. {"matrix": [5, 4], "x": 3.25, "y": 5.25, "w": 2},
  118. {"matrix": [5, 5], "x": 5.25, "y": 5.25},
  119. {"matrix": [5, 6], "x": 6.25, "y": 4.25, "h": 2}
  120. ]
  121. }
  122. }
  123. }