config.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /* Copyright 2022 vertex
  2. This program is free software: you can redistribute it and/or modify
  3. it under the terms of the GNU General Public License as published by
  4. the Free Software Foundation, either version 2 of the License, or
  5. (at your option) any later version.
  6. This program is distributed in the hope that it will be useful,
  7. but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  9. GNU General Public License for more details.
  10. You should have received a copy of the GNU General Public License
  11. along with this program. If not, see <http://www.gnu.org/licenses/>.
  12. */
  13. #pragma once
  14. #define SOLENOID_PIN A2
  15. #define RGBLIGHT_EFFECT_BREATHING
  16. #define RGBLIGHT_EFFECT_RAINBOW_MOOD
  17. #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  18. #define RGBLIGHT_EFFECT_SNAKE
  19. #define RGBLIGHT_EFFECT_KNIGHT
  20. #define RGBLIGHT_EFFECT_CHRISTMAS
  21. #define RGBLIGHT_EFFECT_STATIC_GRADIENT
  22. #define RGBLIGHT_EFFECT_RGB_TEST
  23. #define RGBLIGHT_EFFECT_ALTERNATING
  24. #define RGBLIGHT_EFFECT_TWINKLE
  25. #define RGB_DI_PIN B15
  26. #define RGBLED_NUM 9
  27. #define WS2812_SPI SPID2
  28. #define WS2812_SPI_MOSI_PAL_MODE 5
  29. #define FORCE_NKRO