diff --git a/docs/docs/config/displays.md b/docs/docs/config/displays.md index e22f0da8..de82b284 100644 --- a/docs/docs/config/displays.md +++ b/docs/docs/config/displays.md @@ -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.