Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 621ecc5

Browse files
committed
prettier
1 parent 5021a84 commit 621ecc5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/docs/behaviors/mouse-emulation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,20 @@ Please view [`dt-bindings/zmk/mouse.h`](https://github.com/zmkfirmware/zmk/blob/
1212
## Configuration options
1313

1414
This feature should be enabled via a config option:
15+
1516
```
1617
CONFIG_ZMK_MOUSE=y
1718
```
19+
1820
This option enables several others.
1921

2022
### Dedicated thread processing
23+
2124
`CONFIG_ZMK_MOUSE_WORK_QUEUE_DEDICATED` is enabled by default and separates the processing of mouse signals into a dedicated thread, significantly improving performance.
2225

2326
### Tick rate configuration
24-
`CONFIG_ZMK_MOUSE_TICK_DURATION` sets the tick rate for mouse polling. It is set to 8 ms. by default.
27+
28+
`CONFIG_ZMK_MOUSE_TICK_DURATION` sets the tick rate for mouse polling. It is set to 8 ms. by default.
2529

2630
## Keycode Defines
2731

0 commit comments

Comments
 (0)