Skip to content

Commit

Permalink
fix(docs): Fix typos in parameterized macros docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
narfdotpl authored and caksoylar committed Jul 19, 2023
1 parent ee1e135 commit cec2061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/behaviors/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cec2061

Please sign in to comment.