From 4d83fc2cde2f021e1ca85bb2038ed989a6528f4d Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Thu, 1 Dec 2022 16:01:42 -0800 Subject: [PATCH] feat(docs): Document modifiers widget --- docs/docs/config/displays.md | 3 +++ 1 file changed, 3 insertions(+) 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.