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 GitHub
parent ee1e135104
commit 0db899eaa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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