config.h 439 B

1234567891011121314151617181920212223
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define TAPPING_TERM 200
  5. #define LEADER_TIMEOUT 800
  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