fix(docs): Fix wording in layers section in keymaps (#2474)

This commit is contained in:
Jim Aho 2024-09-12 22:57:19 +02:00 committed by GitHub
parent 6b4d591c37
commit 6e03a0bb67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.