feat(display): added symbol dependency and prefixed the labels in the doc
This commit is contained in:
parent
2aaa7bc09e
commit
9b996ea10b
2 changed files with 3 additions and 2 deletions
|
@ -43,5 +43,6 @@ config ZMK_WIDGET_LABEL
|
|||
config ZMK_WIDGET_LABEL_TEXT
|
||||
string "Custom message to display"
|
||||
default "ZMK"
|
||||
depends on ZMK_WIDGET_LABEL
|
||||
|
||||
endmenu
|
||||
|
|
|
@ -23,8 +23,8 @@ Definition files:
|
|||
| `CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE` | bool | If battery widget is enabled, show percentage instead of icons | n |
|
||||
| `CONFIG_ZMK_WIDGET_OUTPUT_STATUS` | bool | Enable a widget to show the current output (USB/BLE) | y |
|
||||
| `CONFIG_ZMK_WIDGET_WPM_STATUS` | bool | Enable a widget to show words per minute | n |
|
||||
| `ZMK_WIDGET_LABEL` | bool | Enable a widget to display custom messages | n |
|
||||
| `ZMK_WIDGET_LABEL_TEXT` | string | Custom message to display | ZMK |
|
||||
| `CONFIG_ZMK_WIDGET_LABEL` | bool | Enable a widget to display custom messages | n |
|
||||
| `CONFIG_ZMK_WIDGET_LABEL_TEXT` | string | Custom message to display | ZMK |
|
||||
|
||||
Note that `CONFIG_ZMK_DISPLAY_INVERT` setting might not work as expected with custom status screens that utilize images.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue