2
0

config.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*
  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. /* Use I2C or Serial, not both */
  15. #define USE_SERIAL
  16. // #define USE_I2C
  17. /* Select hand configuration */
  18. #define MASTER_LEFT
  19. // #define MASTER_RIGHT
  20. // #define EE_HANDS
  21. #undef RGBLED_NUM
  22. #define RGBLIGHT_ANIMATIONS
  23. #define RGBLED_NUM 12
  24. #define RGBLIGHT_HUE_STEP 5
  25. #define RGBLIGHT_SAT_STEP 8
  26. #define RGBLIGHT_VAL_STEP 8
  27. #define C6_AUDIO
  28. #define NO_MUSIC_MODE
  29. #ifdef AUDIO_ENABLE
  30. #define STARTUP_SONG SONG(NO_SOUND)
  31. #endif
  32. #if !defined(NO_DEBUG) && !defined(CONSOLE_ENABLE)
  33. #define NO_DEBUG
  34. #endif // !NO_DEBUG
  35. #if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
  36. #define NO_PRINT
  37. #endif // !NO_PRINT
  38. #define NO_ACTION_MACRO
  39. #define NO_ACTION_FUNCTION
  40. #define DISABLE_LEADER