fix(docs): Mention display-name property in layer docs (#2460)

This commit is contained in:
Grazfather
2024-09-06 23:03:23 -04:00
committed by GitHub
parent cddc92108c
commit 58207fdb2c

View File

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