config.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. Base Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com>
  3. Modified 2017 Andrew Novak <ndrw.nvk@gmail.com>
  4. Modified 2018 Anthony Wharton <th3ant@gmail.com>
  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. /* Required for MX Locks installed */
  18. #define LOCKING_SUPPORT_ENABLE
  19. #define LOCKING_RESYNC_ENABLE
  20. #undef BACKLIGHT_LEVELS
  21. #define BACKLIGHT_LEVELS 12
  22. #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1.0-2.7
  23. #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 1-255
  24. #define RGBLIGHT_EFFECT_SNAKE_LENGTH 7
  25. #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 3
  26. #define RGBLIGHT_EFFECT_KNIGHT_OFFSET 0
  27. #define RGBLIGHT_EFFECT_KNIGHT_LED_NUM RGBLED_NUM
  28. #define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1
  29. #define RGBLIGHT_EFFECT_CHRISTMAS_INTERVAL 500