logo

qmk_firmware

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

keyboard.json (4232B)


  1. {
  2. "manufacturer": "kprepublic",
  3. "keyboard_name": "BM16v2",
  4. "maintainer": "qmk",
  5. "bootloader": "stm32duino",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true,
  12. "rgb_matrix": true
  13. },
  14. "ws2812": {
  15. "pin": "B9",
  16. "driver": "pwm"
  17. },
  18. "matrix_pins": {
  19. "cols": ["B1", "A3", "B0", "B4"],
  20. "rows": ["A8", "A9", "B5", "B3"]
  21. },
  22. "processor": "STM32F103", // GD32F303CCT6
  23. "usb": {
  24. "device_version": "0.0.2",
  25. "pid": "0x016C",
  26. "vid": "0x4B50"
  27. },
  28. "layouts": {
  29. "LAYOUT_ortho_4x4": {
  30. "layout": [
  31. {"matrix": [0, 0], "x": 0, "y": 0},
  32. {"matrix": [0, 1], "x": 1, "y": 0},
  33. {"matrix": [0, 2], "x": 2, "y": 0},
  34. {"matrix": [0, 3], "x": 3, "y": 0},
  35. {"matrix": [1, 0], "x": 0, "y": 1},
  36. {"matrix": [1, 1], "x": 1, "y": 1},
  37. {"matrix": [1, 2], "x": 2, "y": 1},
  38. {"matrix": [1, 3], "x": 3, "y": 1},
  39. {"matrix": [2, 0], "x": 0, "y": 2},
  40. {"matrix": [2, 1], "x": 1, "y": 2},
  41. {"matrix": [2, 2], "x": 2, "y": 2},
  42. {"matrix": [2, 3], "x": 3, "y": 2},
  43. {"matrix": [3, 0], "x": 0, "y": 3},
  44. {"matrix": [3, 1], "x": 1, "y": 3},
  45. {"matrix": [3, 2], "x": 2, "y": 3},
  46. {"matrix": [3, 3], "x": 3, "y": 3}
  47. ]
  48. }
  49. },
  50. "community_layouts": ["ortho_4x4"],
  51. "rgb_matrix": {
  52. "driver": "ws2812",
  53. "animations": {
  54. "alphas_mods": true,
  55. "gradient_up_down": true,
  56. "gradient_left_right": true,
  57. "breathing": true,
  58. "band_sat": true,
  59. "band_val": true,
  60. "band_pinwheel_sat": true,
  61. "band_pinwheel_val": true,
  62. "band_spiral_sat": true,
  63. "band_spiral_val": true,
  64. "cycle_all": true,
  65. "cycle_left_right": true,
  66. "cycle_up_down": true,
  67. "cycle_out_in": true,
  68. "cycle_out_in_dual": true,
  69. "rainbow_moving_chevron": true,
  70. "cycle_pinwheel": true,
  71. "cycle_spiral": true,
  72. "dual_beacon": true,
  73. "rainbow_beacon": true,
  74. "rainbow_pinwheels": true,
  75. "raindrops": true,
  76. "jellybean_raindrops": true,
  77. "hue_breathing": true,
  78. "hue_pendulum": true,
  79. "hue_wave": true,
  80. "pixel_fractal": true,
  81. "pixel_flow": true,
  82. "pixel_rain": true,
  83. "solid_reactive_simple": true,
  84. "solid_reactive": true,
  85. "solid_reactive_wide": true,
  86. "solid_reactive_multiwide": true,
  87. "solid_reactive_cross": true,
  88. "solid_reactive_multicross": true,
  89. "solid_reactive_nexus": true,
  90. "solid_reactive_multinexus": true,
  91. "splash": true,
  92. "multisplash": true,
  93. "solid_splash": true,
  94. "solid_multisplash": true
  95. },
  96. "layout": [
  97. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
  98. {"matrix": [0, 1], "x": 75, "y": 0, "flags": 4},
  99. {"matrix": [0, 2], "x": 149, "y": 0, "flags": 4},
  100. {"matrix": [0, 3], "x": 224, "y": 0, "flags": 4},
  101. {"matrix": [1, 0], "x": 0, "y": 21, "flags": 4},
  102. {"matrix": [1, 1], "x": 75, "y": 21, "flags": 4},
  103. {"matrix": [1, 2], "x": 149, "y": 21, "flags": 4},
  104. {"matrix": [1, 3], "x": 224, "y": 21, "flags": 4},
  105. {"matrix": [2, 0], "x": 0, "y": 43, "flags": 4},
  106. {"matrix": [2, 1], "x": 75, "y": 43, "flags": 4},
  107. {"matrix": [2, 2], "x": 149, "y": 43, "flags": 4},
  108. {"matrix": [2, 3], "x": 224, "y": 43, "flags": 4},
  109. {"matrix": [3, 0], "x": 0, "y": 64, "flags": 4},
  110. {"matrix": [3, 1], "x": 75, "y": 64, "flags": 4},
  111. {"matrix": [3, 2], "x": 149, "y": 64, "flags": 4},
  112. {"matrix": [3, 3], "x": 224, "y": 64, "flags": 4}
  113. ]
  114. }
  115. }