config.h 273 B

123456789101112131415
  1. #pragma once
  2. #undef TAPPING_TERM
  3. #define TAPPING_TERM 150
  4. // Combos not working yet
  5. #define COMBO_TERM 20
  6. #define COMBO_COUNT 1
  7. // #define COMBO_ALLOW_ACTION_KEYS
  8. #define IGNORE_MOD_TAP_INTERRUPT
  9. #define PERMISSIVE_HOLD
  10. #undef MOUSEKEY_DELAY
  11. #define MOUSEKEY_DELAY 100