config.h 415 B

12345678910111213141516171819
  1. #pragma once
  2. #define TAPPING_TERM 505
  3. #define RETRO_TAPPING
  4. // smooth mousekeys (copied from the ergo ez config)
  5. #ifdef MOUSEKEY_ENABLE
  6. #define MOUSEKEY_INTERVAL 16
  7. #define MOUSEKEY_DELAY 0
  8. #define MOUSEKEY_TIME_TO_MAX 60
  9. #define MOUSEKEY_MAX_SPEED 7
  10. #define MOUSEKEY_WHEEL_DELAY 0
  11. #endif
  12. #ifdef RGBLIGHT_ENABLE
  13. #define RGB_DI_PIN D0
  14. #define RGBLED_NUM 3
  15. #define RGBLIGHT_EFFECT_BREATHING
  16. #endif