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.

79 lines
2.3 KiB

  1. {
  2. "usb": {
  3. "pid": "0xDEF2",
  4. "device_version": "0.0.1"
  5. },
  6. "rgblight": {
  7. "saturation_steps": 8,
  8. "brightness_steps": 8,
  9. "led_count": 13,
  10. "sleep": true,
  11. "animations": {
  12. "breathing": true,
  13. "rainbow_mood": true,
  14. "rainbow_swirl": true,
  15. "snake": true,
  16. "knight": true,
  17. "christmas": true,
  18. "static_gradient": true,
  19. "rgb_test": true,
  20. "alternating": true,
  21. "twinkle": true
  22. }
  23. },
  24. "ws2812": {
  25. "pin": "E2"
  26. },
  27. "rgb_matrix": {
  28. "animations": {
  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. "rainbow_moving_chevron": true,
  43. "cycle_out_in": true,
  44. "cycle_out_in_dual": 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_rain": true,
  56. "pixel_flow": true,
  57. "pixel_fractal": 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_pinwheel"
  75. },
  76. "driver": "is31fl3731",
  77. "react_on_keyup": true
  78. }
  79. }