config.h 614 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. Set any config.h overrides for your specific keymap here.
  3. See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file
  4. */
  5. #pragma once
  6. #define IGNORE_MOD_TAP_INTERRUPT
  7. #define TAPPING_TERM 200
  8. #define ONESHOT_TAP_TOGGLE 3
  9. #define RGBLIGHT_SLEEP
  10. #undef MOUSEKEY_TIME_TO_MAX
  11. #define MOUSEKEY_TIME_TO_MAX 50
  12. #undef MOUSEKEY_WHEEL_TIME_TO_MAX
  13. #define MOUSEKEY_WHEEL_TIME_TO_MAX 60
  14. #undef DEBOUNCE
  15. #define DEBOUNCE 45
  16. // Memory saving
  17. #ifdef CONSOLE_ENABLE
  18. # define NO_DEBUG
  19. # define NO_PRINT
  20. #endif
  21. #define NO_ACTION_MACRO
  22. #define NO_ACTION_FUNCTION
  23. #undef RGBLIGHT_ANIMATIONS