config.h 847 B

12345678910111213141516171819202122232425
  1. // dustypomerleau, Minidox config
  2. #pragma once
  3. #define EE_HANDS
  4. #define IGNORE_MOD_TAP_INTERRUPT
  5. #define ONESHOT_TIMEOUT 1000
  6. #define TAPPING_TERM 200
  7. #define USE_SERIAL
  8. // optional configuration:
  9. // #define CONVERT_TO_PROTON_C
  10. // #define ONESHOT_TAP_TOGGLE 2 // not compatible with TAPPING_FORCE_HOLD
  11. // #define PERMISSIVE_HOLD
  12. // #define TAPPING_FORCE_HOLD // allows rapid mod use after tap event, but sacrifices double-tap to repeat
  13. // #define MOUSEKEY_DELAY 0 // delay before cursor movement (high feels sluggish, low makes fine movement difficult)
  14. // #define MOUSEKEY_INTERVAL 20 // time between movement reports - low settings feel like high mouse speed
  15. // #define MOUSEKEY_MAX_SPEED 10
  16. // #define MOUSEKEY_TIME_TO_MAX 60
  17. // #define MOUSEKEY_WHEEL_DELAY 0
  18. // #define MOUSEKEY_WHEEL_MAX_SPEED 8
  19. // #define MOUSEKEY_WHEEL_TIME_TO_MAX 4