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.

104 lines
3.3 KiB

  1. {
  2. "manufacturer": "Rama",
  3. "keyboard_name": "M6-C",
  4. "maintainer": "ToastyStoemp",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": false,
  14. "rgb_matrix": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["B0", "B1", "B7"],
  18. "rows": ["B2", "B3"]
  19. },
  20. "processor": "atmega32u4",
  21. "ws2812": {
  22. "pin": "D5"
  23. },
  24. "rgb_matrix": {
  25. "driver": "ws2812",
  26. "max_brightness": 120,
  27. "animations": {
  28. "solid_color": true,
  29. "alphas_mods": true,
  30. "gradient_up_down": true,
  31. "gradient_left_right": true,
  32. "breathing": true,
  33. "band_sat": true,
  34. "band_val": true,
  35. "band_pinwheel_sat": true,
  36. "band_pinwheel_val": true,
  37. "band_spiral_sat": true,
  38. "band_spiral_val": true,
  39. "cycle_all": true,
  40. "cycle_left_right": true,
  41. "cycle_up_down": true,
  42. "cycle_out_in": true,
  43. "cycle_out_in_dual": true,
  44. "rainbow_moving_chevron": true,
  45. "cycle_pinwheel": true,
  46. "cycle_spiral": true,
  47. "dual_beacon": true,
  48. "rainbow_beacon": true,
  49. "rainbow_pinwheels": true,
  50. "raindrops": true,
  51. "jellybean_raindrops": true,
  52. "hue_breathing": true,
  53. "hue_pendulum": true,
  54. "hue_wave": true,
  55. "pixel_fractal": true,
  56. "pixel_flow": true,
  57. "pixel_rain": true,
  58. "typing_heatmap": true,
  59. "digital_rain": true,
  60. "solid_reactive_simple": true,
  61. "solid_reactive": true,
  62. "solid_reactive_wide": true,
  63. "solid_reactive_multiwide": true,
  64. "solid_reactive_cross": true,
  65. "solid_reactive_multicross": true,
  66. "solid_reactive_nexus": true,
  67. "solid_reactive_multinexus": true,
  68. "splash": true,
  69. "multisplash": true,
  70. "solid_splash": true,
  71. "solid_multisplash": true
  72. },
  73. "default": {
  74. "animation": "cycle_all"
  75. },
  76. "layout": [
  77. { "flags": 4, "matrix": [0, 0], "x": 0, "y": 0 },
  78. { "flags": 4, "matrix": [0, 1], "x": 122, "y": 0 },
  79. { "flags": 4, "matrix": [0, 2], "x": 243, "y": 0 },
  80. { "flags": 4, "matrix": [1, 2], "x": 244, "y": 64 },
  81. { "flags": 4, "matrix": [1, 1], "x": 122, "y": 64 },
  82. { "flags": 4, "matrix": [1, 0], "x": 0, "y": 64 }
  83. ],
  84. "sleep": true
  85. },
  86. "url": "",
  87. "usb": {
  88. "device_version": "1.0.0",
  89. "pid": "0x0060",
  90. "vid": "0x5453"
  91. },
  92. "community_layouts": ["ortho_2x3"],
  93. "layouts": {
  94. "LAYOUT_ortho_2x3": {
  95. "layout": [
  96. { "matrix": [0, 0], "x": 0, "y": 0 },
  97. { "matrix": [0, 1], "x": 1, "y": 0 },
  98. { "matrix": [0, 2], "x": 2, "y": 0 },
  99. { "matrix": [1, 0], "x": 0, "y": 1 },
  100. { "matrix": [1, 1], "x": 1, "y": 1 },
  101. { "matrix": [1, 2], "x": 2, "y": 1 }
  102. ]
  103. }
  104. }
  105. }