fix(docs): Fix typos in parameterized macros docs.

This commit is contained in:
Maciej Konieczny aka narf 2023-07-19 21:59:29 +02:00 committed by Cem Aksoylar
parent ee1e135104
commit cec2061dad

View file

@ -61,9 +61,9 @@ Macros can also be "parameterized", allowing them to be bound in your keymap wit
When defining a parameterized macro, a different `compatible` value will be used depending on how many parameters are passed into it:
- `zmk,behavior-macro` - a parameter that takes no parameters.
- `zmk,behavior-macro-one-param` - a parameter that takes one parameter when used.
- `zmk,behavior-macro-two-param` - a parameter that takes two parameters when used.
- `zmk,behavior-macro` - a macro that takes no parameters.
- `zmk,behavior-macro-one-param` - a macro that takes one parameter when used.
- `zmk,behavior-macro-two-param` - a macro that takes two parameters when used.
### Bindings