forked from kofal.net/zmk
docs: Remove label property from documentation
This commit is contained in:
@@ -98,7 +98,7 @@ There has been lots of work to get display support complete enough for use by en
|
||||
|
||||
#### Highest Layer Display
|
||||
|
||||
[mcrosson] has contributed the next display widget, showing the highest active layer in the keymap. [petejohanson] then added a small follow up to allow layers in keymaps to add a `label` property to each layer, e.g. `label = "Nav";` and have that label be displayed in the widget instead of the numeric layer number.
|
||||
[mcrosson] has contributed the next display widget, showing the highest active layer in the keymap. [petejohanson] then added a small follow up to allow layers in keymaps to add a `name` property to each layer, e.g. `name = "Nav";` and have that name be displayed in the widget instead of the numeric layer number.
|
||||
|
||||
#### WPM
|
||||
|
||||
@@ -192,3 +192,7 @@ Thanks again to the numerous contributors, testers, and users who have made work
|
||||
[petejohanson]: https://github.com/petejohanson
|
||||
[innovaker]: https://github.com/innovaker
|
||||
[joelspadin]: https://github.com/joelspadin
|
||||
|
||||
## Article Updates
|
||||
|
||||
- 12/2023: The `label` property for keymap layers was renamed to `display-name`.
|
||||
|
||||
Reference in New Issue
Block a user