config.h 513 B

12345678910111213141516
  1. #pragma once
  2. /**
  3. * This makes it possible to do rolling combos (zx) with keys that convert to other keys on hold (z becomes ctrl when
  4. * you hold it, and when this option isn't enabled, z rapidly followed by x actually sends Ctrl-x. That's bad.)
  5. */
  6. #define IGNORE_MOD_TAP_INTERRUPT
  7. /**
  8. * Improve the smootheness of mouse interaction
  9. */
  10. #define MOUSEKEY_INTERVAL 20
  11. #define MOUSEKEY_DELAY 0
  12. #define MOUSEKEY_TIME_TO_MAX 5
  13. #define MOUSEKEY_MAX_SPEED 2
  14. #define MOUSEKEY_WHEEL_DELAY 0