config.h 440 B

123456789101112131415161718192021222324
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define TAPPING_TERM 300
  5. #define LEADER_TIMEOUT 400
  6. #define DISABLE_SPACE_CADET_ROLLOVER
  7. #define UNICODE_TYPE_DELAY 0
  8. #define LSPO_KEY KC_9
  9. #define RSPC_KEY KC_0
  10. #define MOUSEKEY_INTERVAL 20
  11. #define MOUSEKEY_DELAY 0
  12. #define MOUSEKEY_TIME_TO_MAX 60
  13. #define MOUSEKEY_MAX_SPEED 7
  14. #define MOUSEKEY_WHEEL_DELAY 0
  15. // place overrides here
  16. #endif