diff --git a/docs/docs/config/pointing.md b/docs/docs/config/pointing.md index 3971fb735e5..b068e251810 100644 --- a/docs/docs/config/pointing.md +++ b/docs/docs/config/pointing.md @@ -37,9 +37,9 @@ Applies to: `compatible = "zmk,input-listener"` Definition file: [zmk/app/dts/bindings/zmk,input-listener.yaml](https://github.com/zmkfirmware/zmk/blob/main/app/dts/bindings/zmk%2Cinput-listener.yaml) | Property | Type | Description | -| ------------------ | ------ | ------------------------------------------------------------------- | --- | +| ------------------ | ------ | ------------------------------------------------------------------- | | `device` | phandle | Input device handle | -| `input-processors` | phandle-array | List of input processors (with parameters) to apply to input events | | +| `input-processors` | phandle-array | List of input processors (with parameters) to apply to input events | #### Child Properties diff --git a/docs/docs/development/hardware-integration/pointing.mdx b/docs/docs/development/hardware-integration/pointing.mdx index 77a19104d54..74cd892445b 100644 --- a/docs/docs/development/hardware-integration/pointing.mdx +++ b/docs/docs/development/hardware-integration/pointing.mdx @@ -5,9 +5,9 @@ title: Pointing Devices import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; -ZMK's pointer support builds upon the Zephyr [input API](https://docs.zephyrproject.org/3.5.0/services/input/index.html) to offer pointer/mouse functionality with various hardware. A limited number of input drivers are available in the Zephyr 3.5 version currently used by ZMK, but additional drivers can be found in [external modules](../../features/modules.mdx) for a variety of hardware. +ZMK's pointing device support builds upon the Zephyr [input API](https://docs.zephyrproject.org/3.5.0/services/input/index.html) to offer pointing/mouse functionality with various hardware. A limited number of input drivers are available in the Zephyr 3.5 version currently used by ZMK, but additional drivers can be found in [external modules](../../features/modules.mdx) for a variety of hardware. -The details will depend on if you are adding a pointing device to a [split peripheral](../../features/split-keyboards.md#central-and-peripheral-roles) or to a unibody keyboard or split central part: +The details will depend on if you are adding a pointing device to a [split peripheral](../../features/split-keyboards.md#central-and-peripheral-roles) as opposed to a unibody keyboard or split central part: