Skip to content

Commit

Permalink
fix(docs): Fix wording in layers section in keymaps (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiimaho authored Sep 12, 2024
1 parent 6b4d591 commit 6e03a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/keymaps/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Each layer of your keymap will be nested under the keymap node. Here is an examp

Each layer should have:

1. A `bindings` property this will be a list of [behavior bindings](behaviors/index.mdx), one for each key position for the keyboard.
1. A `bindings` property that will be a list of [behavior bindings](behaviors/index.mdx), one for each key position for the keyboard.
1. (Optional) A `sensor-bindings` property that will be a list of behavior bindings for each sensor on the keyboard. (Currently, only encoders are supported as sensor hardware, but in the future devices like trackpoints would be supported the same way)
1. (Optional) A `display-name` property that is a string used by certain features, such as the layer status display widget.

Expand Down

0 comments on commit 6e03a0b

Please sign in to comment.