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.0 KiB

  1. {
  2. "keyboard_name": "Satxri6key",
  3. "manufacturer": "MaiTheSan",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x5350",
  8. "pid": "0x0727",
  9. "device_version": "0.0.1"
  10. },
  11. "rgb_matrix": {
  12. "animations":{
  13. "alphas_mods": true,
  14. "gradient_up_down": true,
  15. "gradient_left_right": true,
  16. "breathing": true,
  17. "band_sat": true,
  18. "band_val": true,
  19. "band_pinwheel_sat": true,
  20. "band_pinwheel_val": true,
  21. "band_spiral_sat": true,
  22. "band_spiral_val": true,
  23. "cycle_all": true,
  24. "cycle_left_right": true,
  25. "cycle_up_down": true,
  26. "rainbow_moving_chevron": true,
  27. "cycle_out_in": true,
  28. "cycle_out_in_dual": true,
  29. "cycle_pinwheel": true,
  30. "cycle_spiral": true,
  31. "dual_beacon": true,
  32. "rainbow_beacon": true,
  33. "rainbow_pinwheels": true,
  34. "raindrops": true,
  35. "jellybean_raindrops": true,
  36. "hue_breathing": true,
  37. "hue_pendulum": true,
  38. "hue_wave": true,
  39. "pixel_fractal": true,
  40. "pixel_rain": true,
  41. "typing_heatmap": true,
  42. "digital_rain": true,
  43. "solid_reactive_simple": true,
  44. "solid_reactive": true,
  45. "solid_reactive_wide": true,
  46. "solid_reactive_multiwide": true,
  47. "solid_reactive_cross": true,
  48. "solid_reactive_multicross": true,
  49. "solid_reactive_nexus": true,
  50. "solid_reactive_multinexus": true,
  51. "splash": true,
  52. "multisplash": true,
  53. "solid_splash": true,
  54. "solid_multisplash": true
  55. },
  56. "default": {
  57. "animation": "solid_reactive_simple"
  58. },
  59. "driver": "ws2812",
  60. "max_brightness": 200,
  61. "react_on_keyup": true
  62. },
  63. "rgblight": {
  64. "saturation_steps": 8,
  65. "brightness_steps": 8,
  66. "led_count": 6,
  67. "sleep": true,
  68. "animations": {
  69. "breathing": true,
  70. "rainbow_mood": true,
  71. "rainbow_swirl": true,
  72. "snake": true,
  73. "knight": true,
  74. "christmas": true,
  75. "static_gradient": true,
  76. "rgb_test": true,
  77. "alternating": true,
  78. "twinkle": true
  79. }
  80. },
  81. "ws2812": {
  82. "pin": "F0"
  83. },
  84. "matrix_pins": {
  85. "cols": ["F1", "F4", "F5"],
  86. "rows": ["F7", "F6"]
  87. },
  88. "diode_direction": "COL2ROW",
  89. "processor": "atmega32u4",
  90. "bootloader": "atmel-dfu",
  91. "layouts": {
  92. "LAYOUT": {
  93. "layout": [
  94. {"matrix": [0, 0], "x": 0, "y": 0},
  95. {"matrix": [0, 1], "x": 1, "y": 0},
  96. {"matrix": [0, 2], "x": 2, "y": 0},
  97. {"matrix": [1, 0], "x": 0, "y": 1},
  98. {"matrix": [1, 1], "x": 1, "y": 1},
  99. {"matrix": [1, 2], "x": 2, "y": 1}
  100. ]
  101. }
  102. }
  103. }