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.

38 lines
1.6 KiB

  1. /* Copyright 2021 CANARYTEAM <tuananhnguyen204@gmail.com>
  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. #pragma once
  17. #ifdef RGB_MATRIX_ENABLE
  18. # define RGB_MATRIX_SLEEP // turn off effects when suspended
  19. # define RGB_MATRIX_KEYPRESSES
  20. # define RGB_MATRIX_FRAMEBUFFER_EFFECTS
  21. # define DISABLE_RGB_MATRIX_GRADIENT_UP_DOWN
  22. # define DISABLE_RGB_MATRIX_BAND_SAT
  23. # define DISABLE_RGB_MATRIX_BAND_PINWHEEL_SAT
  24. # define DISABLE_RGB_MATRIX_BAND_SPIRAL_SAT
  25. # define DISABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE
  26. # define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE
  27. # define DISABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS
  28. # define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS
  29. # define DISABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS
  30. # define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
  31. # define DISABLE_RGB_MATRIX_SPLASH
  32. # define DISABLE_RGB_MATRIX_MULTISPLASH
  33. # define DISABLE_RGB_MATRIX_SOLID_SPLASH
  34. # define DISABLE_RGB_MATRIX_SOLID_MULTISPLASH
  35. # define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND
  36. # define RGB_MATRIX_LED_COUNT 63
  37. #endif