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.

65 lines
2.2 KiB

  1. /*
  2. Copyright 2019 @foostan
  3. Copyright 2020 Drashna Jaelre <@drashna>
  4. Copyright 2021 Elliot Powell @e11i0t23
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #pragma once
  17. #ifdef RGBLIGHT_ENABLE
  18. # define RGBLIGHT_EFFECT_BREATHING
  19. # define RGBLIGHT_EFFECT_RAINBOW_MOOD
  20. # define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  21. # define RGBLIGHT_EFFECT_SNAKE
  22. # define RGBLIGHT_EFFECT_KNIGHT
  23. # define RGBLIGHT_EFFECT_CHRISTMAS
  24. # define RGBLIGHT_EFFECT_STATIC_GRADIENT
  25. # define RGBLIGHT_EFFECT_RGB_TEST
  26. # define RGBLIGHT_EFFECT_ALTERNATING
  27. # define RGBLIGHT_EFFECT_TWINKLE
  28. #endif
  29. #ifdef RGB_MATRIX_ENABLE
  30. # define RGB_MATRIX_LED_COUNT 54
  31. # define RGB_MATRIX_SPLIT \
  32. { 27, 27 }
  33. # define SPLIT_TRANSPORT_MIRROR
  34. # define ENABLE_RGB_MATRIX_ALPHAS_MODS
  35. # define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
  36. # define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
  37. # define ENABLE_RGB_MATRIX_BREATHING
  38. # define ENABLE_RGB_MATRIX_BAND_SAT
  39. # define ENABLE_RGB_MATRIX_BAND_VAL
  40. # define ENABLE_RGB_MATRIX_BAND_SPIRAL_SAT
  41. # define ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL
  42. # define ENABLE_RGB_MATRIX_CYCLE_ALL
  43. # define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
  44. # define ENABLE_RGB_MATRIX_CYCLE_SPIRAL
  45. # define ENABLE_RGB_MATRIX_RAINDROPS
  46. # define ENABLE_RGB_MATRIX_HUE_BREATHING
  47. # define ENABLE_RGB_MATRIX_PIXEL_FRACTAL
  48. // # define ENABLE_RGB_MATRIX_TYPING_HEATMAP
  49. // # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
  50. // # define ENABLE_RGB_MATRIX_SOLID_REACTIVE
  51. // # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
  52. // # define ENABLE_RGB_MATRIX_SPLASH
  53. // # define ENABLE_RGB_MATRIX_SOLID_SPLASH
  54. #endif
  55. #define SPLIT_USB_DETECT