logo

qmk_firmware

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

keyboard.json (4084B)


  1. {
  2. "manufacturer": "customMK",
  3. "keyboard_name": "CMK11",
  4. "maintainer": "customMK",
  5. "bootloader": "stm32-dfu",
  6. "diode_direction": "ROW2COL",
  7. "dynamic_keymap": {
  8. "layer_count": 32
  9. },
  10. "eeprom": {
  11. "driver": "spi"
  12. },
  13. "features": {
  14. "audio": true,
  15. "bootmagic": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true,
  19. "rgb_matrix": true
  20. },
  21. "audio": {
  22. "driver": "pwm_hardware"
  23. },
  24. "matrix_pins": {
  25. "cols": ["B0", "A1", "A2", "A3", "A6", "B10"],
  26. "rows": ["A5", "A4"]
  27. },
  28. "processor": "STM32F411",
  29. "qmk": {
  30. "tap_keycode_delay": 10
  31. },
  32. "rgb_matrix": {
  33. "animations": {
  34. "alphas_mods": true,
  35. "band_pinwheel_sat": true,
  36. "band_pinwheel_val": true,
  37. "band_sat": true,
  38. "band_spiral_sat": true,
  39. "band_spiral_val": true,
  40. "band_val": true,
  41. "breathing": true,
  42. "cycle_all": true,
  43. "cycle_left_right": true,
  44. "cycle_out_in": true,
  45. "cycle_out_in_dual": true,
  46. "cycle_pinwheel": true,
  47. "cycle_spiral": true,
  48. "cycle_up_down": true,
  49. "digital_rain": true,
  50. "dual_beacon": true,
  51. "gradient_left_right": true,
  52. "gradient_up_down": true,
  53. "hue_breathing": true,
  54. "hue_pendulum": true,
  55. "hue_wave": true,
  56. "jellybean_raindrops": true,
  57. "multisplash": true,
  58. "pixel_flow": true,
  59. "pixel_fractal": true,
  60. "pixel_rain": true,
  61. "rainbow_beacon": true,
  62. "rainbow_moving_chevron": true,
  63. "rainbow_pinwheels": true,
  64. "raindrops": true,
  65. "solid_multisplash": true,
  66. "solid_reactive": true,
  67. "solid_reactive_cross": true,
  68. "solid_reactive_multicross": true,
  69. "solid_reactive_multinexus": true,
  70. "solid_reactive_multiwide": true,
  71. "solid_reactive_nexus": true,
  72. "solid_reactive_simple": true,
  73. "solid_reactive_wide": true,
  74. "solid_splash": true,
  75. "splash": true,
  76. "typing_heatmap": true
  77. },
  78. "driver": "ws2812",
  79. "layout": [
  80. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
  81. {"matrix": [0, 1], "x": 45, "y": 0, "flags": 4},
  82. {"matrix": [0, 2], "x": 90, "y": 0, "flags": 4},
  83. {"matrix": [0, 3], "x": 134, "y": 0, "flags": 4},
  84. {"matrix": [0, 4], "x": 179, "y": 0, "flags": 4},
  85. {"matrix": [0, 5], "x": 224, "y": 0, "flags": 4},
  86. {"matrix": [1, 0], "x": 23, "y": 64, "flags": 4},
  87. {"matrix": [1, 1], "x": 68, "y": 64, "flags": 4},
  88. {"matrix": [1, 2], "x": 112, "y": 64, "flags": 4},
  89. {"matrix": [1, 3], "x": 157, "y": 64, "flags": 4},
  90. {"matrix": [1, 4], "x": 202, "y": 64, "flags": 4}
  91. ],
  92. "max_brightness": 120,
  93. "sat_steps": 8,
  94. "speed_steps": 10,
  95. "val_steps": 8
  96. },
  97. "url": "https://shop.custommk.com/collections/cmk11/products/ckm11",
  98. "usb": {
  99. "device_version": "1.0.0",
  100. "pid": "0xFABA",
  101. "vid": "0xF35B"
  102. },
  103. "ws2812": {
  104. "driver": "pwm",
  105. "pin": "A10"
  106. },
  107. "layouts": {
  108. "LAYOUT": {
  109. "layout": [
  110. {"matrix": [0, 0], "x": 0, "y": 0},
  111. {"matrix": [0, 1], "x": 1, "y": 0},
  112. {"matrix": [0, 2], "x": 2, "y": 0},
  113. {"matrix": [0, 3], "x": 3, "y": 0},
  114. {"matrix": [0, 4], "x": 4, "y": 0},
  115. {"matrix": [0, 5], "x": 5, "y": 0},
  116. {"matrix": [1, 0], "x": 0.5, "y": 1},
  117. {"matrix": [1, 1], "x": 1.5, "y": 1},
  118. {"matrix": [1, 2], "x": 2.5, "y": 1},
  119. {"matrix": [1, 3], "x": 3.5, "y": 1},
  120. {"matrix": [1, 4], "x": 4.5, "y": 1}
  121. ]
  122. }
  123. }
  124. }