You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
766 B

  1. /*
  2. Set any config.h overrides for your specific keymap here.
  3. See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file
  4. */
  5. #define ORYX_CONFIGURATOR
  6. #undef TAPPING_TERM
  7. #define TAPPING_TERM 175
  8. #undef MOUSEKEY_DELAY
  9. #define MOUSEKEY_DELAY 20
  10. #undef MOUSEKEY_MAX_SPEED
  11. #define MOUSEKEY_MAX_SPEED 14
  12. #undef MOUSEKEY_TIME_TO_MAX
  13. #define MOUSEKEY_TIME_TO_MAX 30
  14. #undef MOUSEKEY_WHEEL_INTERVAL
  15. #define MOUSEKEY_WHEEL_INTERVAL 50
  16. #undef MK_COMBINED
  17. #define MK_COMBINED
  18. // /* Temporarily defining a tapping term that is ridiculous to see if i can tell if lt is working. */
  19. // #undef TAPPING_TERM
  20. // #define TAPPING_TERM 499
  21. /* Turning permissive hold off in order to test the tapping term. */
  22. #undef PERMISSIVE_HOLD
  23. #define PERMISSIVE_HOLD