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.

63 lines
1.8 KiB

  1. /* Copyright 2021 @nstickney
  2. *
  3. * This program is free software: you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License as published by
  5. * the Free Software Foundation, either version 2 of the License, or
  6. * (at your option) any later version.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. *
  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. // Changes from Bastyl defaults
  17. #ifdef MASTER_RIGHT
  18. # undef MASTER_RIGHT
  19. #endif
  20. // Turn off RGB lights when computer is sleeping
  21. #define RGBLIGHT_SLEEP
  22. // https://beta.docs.qmk.fm/developing-qmk/qmk-reference/config_options#features-that-can-be-disabled
  23. #define NO_ACTION_ONESHOT
  24. #define NO_ACTION_MACRO
  25. #define NO_ACTION_FUNCTION
  26. // Turn off all possible RGB animations
  27. #ifdef RGB_ANIMATIONS
  28. # undef RGB_ANIMATIONS
  29. #endif
  30. #ifdef RGB_EFFECT_ALTERNATING
  31. # undef RGB_EFFECT_ALTERNATING
  32. #endif
  33. #ifdef RGB_EFFECT_BREATHING
  34. # undef RGB_EFFECT_BREATHING
  35. #endif
  36. #ifdef RGB_EFFECT_CHRISTMAS
  37. # undef RGB_EFFECT_CHRISTMAS
  38. #endif
  39. #ifdef RGB_EFFECT_KNIGHT
  40. # undef RGB_EFFECT_KNIGHT
  41. #endif
  42. #ifdef RGB_EFFECT_RAINBOW_MOOD
  43. # undef RGB_EFFECT_RAINBOW_MOOD
  44. #endif
  45. #ifdef RGB_EFFECT_RAINBOW_SWIRL
  46. # undef RGB_EFFECT_RAINBOW_SWIRL
  47. #endif
  48. #ifdef RGB_EFFECT_RGB_TEST
  49. # undef RGB_EFFECT_RGB_TEST
  50. #endif
  51. #ifdef RGB_EFFECT_SNAKE
  52. # undef RGB_EFFECT_SNAKE
  53. #endif
  54. #ifdef RGB_EFFECT_STATIC_GRADIENT
  55. # undef RGB_EFFECT_STATIC_GRADIENT
  56. #endif
  57. #ifdef RGB_EFFECT_TWINKLE
  58. # undef RGB_EFFECT_TWINKLE
  59. #endif