config.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* Copyright 2021 keyquest
  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. /* Keyboard Matrix Assignments*/
  15. #define MATRIX_ROW_PINS { D6, B6, F5 }
  16. #define MATRIX_COL_PINS { B4, B7, C7 }
  17. /* COL2ROW, ROW2COL*/
  18. #define DIODE_DIRECTION COL2ROW
  19. /* RGB light setup*/
  20. #define RGB_DI_PIN B5
  21. #define RGBLED_NUM 2
  22. #define RGBLIGHT_SLEEP
  23. #define RGBLIGHT_HUE_STEP 10
  24. #define RGBLIGHT_SAT_STEP 17
  25. #define RGBLIGHT_VAL_STEP 17
  26. #define RGBLIGHT_LIMIT_VAL 200
  27. /* RGB light animations*/
  28. #define RGBLIGHT_EFFECT_BREATHING
  29. #define RGBLIGHT_EFFECT_RAINBOW_MOOD
  30. #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  31. #define RGBLIGHT_EFFECT_SNAKE
  32. #define RGBLIGHT_EFFECT_KNIGHT
  33. #define RGBLIGHT_EFFECT_CHRISTMAS
  34. #define RGBLIGHT_EFFECT_STATIC_GRADIENT
  35. #define RGBLIGHT_EFFECT_RGB_TEST
  36. #define RGBLIGHT_EFFECT_ALTERNATING
  37. #define RGBLIGHT_EFFECT_TWINKLE