config.h 768 B

123456789101112131415161718192021222324252627
  1. // generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*-
  2. #pragma once
  3. // default but important
  4. #define TAPPING_TERM 200
  5. // Prevent normal rollover on alphas from accidentally triggering mods.
  6. #define IGNORE_MOD_TAP_INTERRUPT
  7. // Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
  8. #define TAPPING_FORCE_HOLD
  9. // Recommended for heavy chording.
  10. #define QMK_KEYS_PER_SCAN 4
  11. // Mouse key speed and acceleration.
  12. #undef MOUSEKEY_DELAY
  13. #define MOUSEKEY_DELAY 0
  14. #undef MOUSEKEY_INTERVAL
  15. #define MOUSEKEY_INTERVAL 16
  16. #undef MOUSEKEY_WHEEL_DELAY
  17. #define MOUSEKEY_WHEEL_DELAY 0
  18. #undef MOUSEKEY_MAX_SPEED
  19. #define MOUSEKEY_MAX_SPEED 6
  20. #undef MOUSEKEY_TIME_TO_MAX
  21. #define MOUSEKEY_TIME_TO_MAX 64