From 621ecc54503851383736477360d6c8faac4d5cbe Mon Sep 17 00:00:00 2001 From: Alexander Krikun Date: Thu, 23 Sep 2021 22:00:07 +0300 Subject: [PATCH] prettier --- docs/docs/behaviors/mouse-emulation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/behaviors/mouse-emulation.md b/docs/docs/behaviors/mouse-emulation.md index a2364656..efe095e7 100644 --- a/docs/docs/behaviors/mouse-emulation.md +++ b/docs/docs/behaviors/mouse-emulation.md @@ -12,16 +12,20 @@ Please view [`dt-bindings/zmk/mouse.h`](https://github.com/zmkfirmware/zmk/blob/ ## Configuration options This feature should be enabled via a config option: + ``` CONFIG_ZMK_MOUSE=y ``` + This option enables several others. ### Dedicated thread processing + `CONFIG_ZMK_MOUSE_WORK_QUEUE_DEDICATED` is enabled by default and separates the processing of mouse signals into a dedicated thread, significantly improving performance. ### Tick rate configuration -`CONFIG_ZMK_MOUSE_TICK_DURATION` sets the tick rate for mouse polling. It is set to 8 ms. by default. + +`CONFIG_ZMK_MOUSE_TICK_DURATION` sets the tick rate for mouse polling. It is set to 8 ms. by default. ## Keycode Defines