config.h 247 B

123456789101112131415
  1. #pragma once
  2. #undef TAPPING_TERM
  3. #define TAPPING_TERM 150
  4. #define COMBO_TERM 20
  5. #define COMBO_COUNT 1
  6. #define IGNORE_MOD_TAP_INTERRUPT
  7. #define PERMISSIVE_HOLD
  8. #undef MOUSEKEY_DELAY
  9. #define MOUSEKEY_DELAY 100
  10. #define USB_POLLING_INTERVAL_MS 1