feat(docs): Document modifiers widget

This commit is contained in:
Cem Aksoylar 2022-12-01 16:01:42 -08:00 committed by Cem Aksoylar
parent 9619251464
commit 4d83fc2cde

View file

@ -23,6 +23,9 @@ 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 |
| `CONFIG_ZMK_WIDGET_MODS_STATUS` | bool | Enable a widget to show active modifiers | n |
Note that WPM and modifiers widgets are both shown on the bottom right of the display and hence can conflict with each other.
Note that `CONFIG_ZMK_DISPLAY_INVERT` setting might not work as expected with custom status screens that utilize images.