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.

149 lines
5.7 KiB

[Keyboard] add MT64RGB (#10865) * Create mt64 * Create mt84rgb * Delete mt64 * Add files via upload * Create MK84RGB * gx84 * add new keyboard * new keyboard * Delete MK84RGB * Delete config.h * Delete mt84.c * Delete mt84.h * Delete mt84rgb * Delete rules.mk * add info json * Add files via upload * Delete config.h * Delete rules.mk * Delete keymap.c * Delete keymap.c * Delete info.json * Delete mt64rgb.c * Delete mt64rgb.h * Delete rules.mk * add keyboard * Delete config.h * Delete info.json * Delete mt64rgb.c * Delete mt64rgb.h * Delete rules.mk * Delete rules.mk * Delete keymap.c * Delete keymap.c * Delete config.h * Delete mt84.c * Delete mt84.h * Delete rules.mk * Delete rules.mk * Delete keymap.c * Delete keymap.c * Delete info.json * Add files via upload * Delete keymap.c * Add files via upload * Delete keymap.c * Add files via upload * Delete rules.mk * Add files via upload * Delete config.h * Add files via upload * Update config.h * Update keymap.c * Update keymap.c * Update and rename keyboards/mt64rgb/keymaps/default/keymap.c to 键盘/mt64rgb/按键图/默认/keymap.c * Update mt64rgb.h * Update mt64rgb.c * Update and rename keyboards/mt64rgb/rules.mk to 键盘/mt64rgb/rules.mk * Update config.h * Update rules.mk * Update readme.md * Update keymap.c * Create rules.mk * Update keymap.c * Create keymap.c * Delete keymap.c * Update keymap.c * Update keymap.c * Update mt64rgb.h * Delete rules.mk * Update readme.md * Update rules.mk * Update readme.md * Update info.json * Update keymap.c * Update mt64rgb.c * Update config.h * Update keymap.c * Update readme.md * Update rules.mk * Update keymap.c * Update config.h * Update readme.md * Update rules.mk * Update readme.md * Update config.h
3 years ago
[Keyboard] add MT64RGB (#10865) * Create mt64 * Create mt84rgb * Delete mt64 * Add files via upload * Create MK84RGB * gx84 * add new keyboard * new keyboard * Delete MK84RGB * Delete config.h * Delete mt84.c * Delete mt84.h * Delete mt84rgb * Delete rules.mk * add info json * Add files via upload * Delete config.h * Delete rules.mk * Delete keymap.c * Delete keymap.c * Delete info.json * Delete mt64rgb.c * Delete mt64rgb.h * Delete rules.mk * add keyboard * Delete config.h * Delete info.json * Delete mt64rgb.c * Delete mt64rgb.h * Delete rules.mk * Delete rules.mk * Delete keymap.c * Delete keymap.c * Delete config.h * Delete mt84.c * Delete mt84.h * Delete rules.mk * Delete rules.mk * Delete keymap.c * Delete keymap.c * Delete info.json * Add files via upload * Delete keymap.c * Add files via upload * Delete keymap.c * Add files via upload * Delete rules.mk * Add files via upload * Delete config.h * Add files via upload * Update config.h * Update keymap.c * Update keymap.c * Update and rename keyboards/mt64rgb/keymaps/default/keymap.c to 键盘/mt64rgb/按键图/默认/keymap.c * Update mt64rgb.h * Update mt64rgb.c * Update and rename keyboards/mt64rgb/rules.mk to 键盘/mt64rgb/rules.mk * Update config.h * Update rules.mk * Update readme.md * Update keymap.c * Create rules.mk * Update keymap.c * Create keymap.c * Delete keymap.c * Update keymap.c * Update keymap.c * Update mt64rgb.h * Delete rules.mk * Update readme.md * Update rules.mk * Update readme.md * Update info.json * Update keymap.c * Update mt64rgb.c * Update config.h * Update keymap.c * Update readme.md * Update rules.mk * Update keymap.c * Update config.h * Update readme.md * Update rules.mk * Update readme.md * Update config.h
3 years ago
[Keyboard] add MT64RGB (#10865) * Create mt64 * Create mt84rgb * Delete mt64 * Add files via upload * Create MK84RGB * gx84 * add new keyboard * new keyboard * Delete MK84RGB * Delete config.h * Delete mt84.c * Delete mt84.h * Delete mt84rgb * Delete rules.mk * add info json * Add files via upload * Delete config.h * Delete rules.mk * Delete keymap.c * Delete keymap.c * Delete info.json * Delete mt64rgb.c * Delete mt64rgb.h * Delete rules.mk * add keyboard * Delete config.h * Delete info.json * Delete mt64rgb.c * Delete mt64rgb.h * Delete rules.mk * Delete rules.mk * Delete keymap.c * Delete keymap.c * Delete config.h * Delete mt84.c * Delete mt84.h * Delete rules.mk * Delete rules.mk * Delete keymap.c * Delete keymap.c * Delete info.json * Add files via upload * Delete keymap.c * Add files via upload * Delete keymap.c * Add files via upload * Delete rules.mk * Add files via upload * Delete config.h * Add files via upload * Update config.h * Update keymap.c * Update keymap.c * Update and rename keyboards/mt64rgb/keymaps/default/keymap.c to 键盘/mt64rgb/按键图/默认/keymap.c * Update mt64rgb.h * Update mt64rgb.c * Update and rename keyboards/mt64rgb/rules.mk to 键盘/mt64rgb/rules.mk * Update config.h * Update rules.mk * Update readme.md * Update keymap.c * Create rules.mk * Update keymap.c * Create keymap.c * Delete keymap.c * Update keymap.c * Update keymap.c * Update mt64rgb.h * Delete rules.mk * Update readme.md * Update rules.mk * Update readme.md * Update info.json * Update keymap.c * Update mt64rgb.c * Update config.h * Update keymap.c * Update readme.md * Update rules.mk * Update keymap.c * Update config.h * Update readme.md * Update rules.mk * Update readme.md * Update config.h
3 years ago
  1. {
  2. "keyboard_name": "MT64RGB",
  3. "manufacturer": "MT",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x4D54",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "hue_steps": 5,
  13. "saturation_steps": 5,
  14. "brightness_steps": 5,
  15. "led_count": 18,
  16. "sleep": true,
  17. "animations": {
  18. "breathing": true,
  19. "rainbow_mood": true,
  20. "rainbow_swirl": true,
  21. "snake": true,
  22. "knight": true,
  23. "christmas": true,
  24. "static_gradient": true,
  25. "twinkle": true
  26. }
  27. },
  28. "ws2812": {
  29. "pin": "B0"
  30. },
  31. "rgb_matrix": {
  32. "animations": {
  33. "gradient_up_down": true,
  34. "gradient_left_right": true,
  35. "breathing": true,
  36. "cycle_all": true,
  37. "cycle_left_right": true,
  38. "cycle_up_down": true,
  39. "rainbow_moving_chevron": true,
  40. "cycle_out_in": true,
  41. "cycle_pinwheel": true,
  42. "cycle_spiral": true,
  43. "dual_beacon": true,
  44. "rainbow_pinwheels": true,
  45. "raindrops": true,
  46. "jellybean_raindrops": true,
  47. "hue_breathing": true,
  48. "hue_pendulum": true,
  49. "hue_wave": true,
  50. "pixel_rain": true,
  51. "pixel_flow": true,
  52. "pixel_fractal": true,
  53. "solid_reactive_simple": true,
  54. "solid_reactive": true,
  55. "solid_reactive_wide": true,
  56. "solid_reactive_multinexus": true,
  57. "splash": true,
  58. "multisplash": true,
  59. "solid_splash": true,
  60. "solid_multisplash": true
  61. },
  62. "driver": "is31fl3733",
  63. "led_flush_limit": 26,
  64. "led_process_limit": 20,
  65. "max_brightness": 160
  66. },
  67. "matrix_pins": {
  68. "cols": ["B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0", "B1", "B2", "B3", "B7"],
  69. "rows": ["D7", "D6", "D5", "D3", "D2"]
  70. },
  71. "diode_direction": "COL2ROW",
  72. "processor": "atmega32u4",
  73. "bootloader": "atmel-dfu",
  74. "community_layouts": ["64_ansi"],
  75. "layouts": {
  76. "LAYOUT_64_ansi": {
  77. "layout": [
  78. {"matrix": [0, 0], "x": 0, "y": 0},
  79. {"matrix": [0, 1], "x": 1, "y": 0},
  80. {"matrix": [0, 2], "x": 2, "y": 0},
  81. {"matrix": [0, 3], "x": 3, "y": 0},
  82. {"matrix": [0, 4], "x": 4, "y": 0},
  83. {"matrix": [0, 5], "x": 5, "y": 0},
  84. {"matrix": [0, 6], "x": 6, "y": 0},
  85. {"matrix": [0, 7], "x": 7, "y": 0},
  86. {"matrix": [0, 8], "x": 8, "y": 0},
  87. {"matrix": [0, 9], "x": 9, "y": 0},
  88. {"matrix": [0, 10], "x": 10, "y": 0},
  89. {"matrix": [0, 11], "x": 11, "y": 0},
  90. {"matrix": [0, 12], "x": 12, "y": 0},
  91. {"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
  92. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
  93. {"matrix": [1, 1], "x": 1.5, "y": 1},
  94. {"matrix": [1, 2], "x": 2.5, "y": 1},
  95. {"matrix": [1, 3], "x": 3.5, "y": 1},
  96. {"matrix": [1, 4], "x": 4.5, "y": 1},
  97. {"matrix": [1, 5], "x": 5.5, "y": 1},
  98. {"matrix": [1, 6], "x": 6.5, "y": 1},
  99. {"matrix": [1, 7], "x": 7.5, "y": 1},
  100. {"matrix": [1, 8], "x": 8.5, "y": 1},
  101. {"matrix": [1, 9], "x": 9.5, "y": 1},
  102. {"matrix": [1, 10], "x": 10.5, "y": 1},
  103. {"matrix": [1, 11], "x": 11.5, "y": 1},
  104. {"matrix": [1, 12], "x": 12.5, "y": 1},
  105. {"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
  106. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  107. {"matrix": [2, 1], "x": 1.75, "y": 2},
  108. {"matrix": [2, 2], "x": 2.75, "y": 2},
  109. {"matrix": [2, 3], "x": 3.75, "y": 2},
  110. {"matrix": [2, 4], "x": 4.75, "y": 2},
  111. {"matrix": [2, 5], "x": 5.75, "y": 2},
  112. {"matrix": [2, 6], "x": 6.75, "y": 2},
  113. {"matrix": [2, 7], "x": 7.75, "y": 2},
  114. {"matrix": [2, 8], "x": 8.75, "y": 2},
  115. {"matrix": [2, 9], "x": 9.75, "y": 2},
  116. {"matrix": [2, 10], "x": 10.75, "y": 2},
  117. {"matrix": [2, 11], "x": 11.75, "y": 2},
  118. {"matrix": [2, 12], "x": 12.75, "y": 2, "w": 2.25},
  119. {"matrix": [3, 0], "x": 0, "y": 3, "w": 2},
  120. {"matrix": [3, 1], "x": 2, "y": 3},
  121. {"matrix": [3, 2], "x": 3, "y": 3},
  122. {"matrix": [3, 3], "x": 4, "y": 3},
  123. {"matrix": [3, 4], "x": 5, "y": 3},
  124. {"matrix": [3, 5], "x": 6, "y": 3},
  125. {"matrix": [3, 6], "x": 7, "y": 3},
  126. {"matrix": [3, 7], "x": 8, "y": 3},
  127. {"matrix": [3, 8], "x": 9, "y": 3},
  128. {"matrix": [3, 9], "x": 10, "y": 3},
  129. {"matrix": [3, 10], "x": 11, "y": 3},
  130. {"matrix": [3, 11], "x": 12, "y": 3},
  131. {"matrix": [3, 12], "x": 13, "y": 3},
  132. {"matrix": [3, 13], "x": 14, "y": 3},
  133. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
  134. {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
  135. {"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
  136. {"matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
  137. {"matrix": [4, 9], "x": 10, "y": 4},
  138. {"matrix": [4, 10], "x": 11, "y": 4},
  139. {"matrix": [4, 11], "x": 12, "y": 4},
  140. {"matrix": [4, 12], "x": 13, "y": 4},
  141. {"matrix": [4, 13], "x": 14, "y": 4}
  142. ]
  143. }
  144. }
  145. }