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.

20 lines
477 B

  1. #ifdef TAPPING_TERM
  2. #undef TAPPING_TERM
  3. #define TAPPING_TERM 200
  4. #endif
  5. // Mouse Settings: Smoothing out mouse movement on keypress
  6. #ifndef MOUSEKEY_INTERVAL
  7. #undef MOUSEKEY_INTERVAL
  8. #define MOUSEKEY_INTERVAL 16
  9. #endif
  10. #define MOUSEKEY_DELAY 0
  11. #define MOUSEKEY_TIME_TO_MAX 60
  12. #define MOUSEKEY_MAX_SPEED 7
  13. #define MOUSEKEY_WHEEL_DELAY 0
  14. #ifdef COMBO_ENABLE
  15. #undef COMBO_COUNT
  16. #undef COMBO_TERM
  17. #define COMBO_COUNT 5
  18. #define COMBO_TERM 60
  19. #endif