fix(docs): Mention display-name property in layer docs (#2460)
This commit is contained in:
parent
cddc92108c
commit
58207fdb2c
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ 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 this 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 `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.
|
||||||
|
|
||||||
### Multiple Layers
|
### Multiple Layers
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue