diff --git a/doc-dev/reference-manual.md b/doc-dev/reference-manual.md index 329ea7558..d8098cee8 100644 --- a/doc-dev/reference-manual.md +++ b/doc-dev/reference-manual.md @@ -6,6 +6,8 @@ This file contains (semi)formal documentation of all features of the extended en - The grammar is meant to be the ultimate information source. Not all commands or parameters are described in the later text. +- Most values in the following text are just recommended ranges. The firmware will usually accept even values outside these ranges. + ### Error handling Whenever a garbled command is encountered, `ERR` will light up on the display, and details are appended to the error buffer. You can retrieve it by running a `printStatus` macro command over a focused text editor. @@ -47,22 +49,22 @@ The following grammar is supported: BODY = [LABEL:] COMMAND [//] COMMAND = [CONDITION|MODIFIER]* COMMAND COMMAND = delayUntilRelease - COMMAND = delayUntil - COMMAND = delayUntilReleaseMax + COMMAND = delayUntil + COMMAND = delayUntilReleaseMax COMMAND = switchKeymap KEYMAPID COMMAND = toggleLayer LAYERID COMMAND = toggleKeymapLayer KEYMAPID LAYERID COMMAND = untoggleLayer COMMAND = holdLayer LAYERID - COMMAND = holdLayerMax LAYERID