ifHold and holdtimeout

ifHold/ifTap COMMAND will wait until the key that activated the macro will be released or until holdTimeout elapses. Then it will either execute the command or skip it.

From the 11.2. documentation ^^

What is the value of holdTimeout does anyone know?

You mean its default value? 200ms

Otherwise, I don’t understand the question.

Thanks, that was it. Was just curious.
IfHold simplifies a lot of my macros. Thanks.

1 Like

Is that default documented anywhere? I didn’t find it in the docs.
Will it become part of the Agent configuration in “Typing behavior”?

Maybe at some point.

As for documentation, please refer to firmware/right/src/config_manager.c at master · UltimateHackingKeyboard/firmware · GitHub . (I don’t think documenting this is a good idea as the documentation tends to fall out of date very quickly.)

Ah yes, “use the source, Luke”. Thanks for the pointer!