Skip to content

Commit

Permalink
fixup! docs: Document split central separately for pointing
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jan 3, 2025
1 parent c0284a7 commit 67eec4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/development/hardware-integration/pointing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ As an example, you could enhance the listener defined in the previous section wi
## Configuration Setting

If your keyboard hardware includes a pointing device by default, you can enable the [`ZMK_POINTING` config](../../config/pointing.md#general) in your keyboard definition.
You can do that in your [`Kconfig.defconfig` file](new-shield.mdx#kconfigdefconfig), where you can also enable the config for the communication protocol used by the pointing device:
You can do that in your [`Kconfig.defconfig` file](new-shield.mdx#kconfigdefconfig), where you can also enable the config for the communication protocol (e.g. [SPI](https://docs.zephyrproject.org/3.5.0/kconfig.html#CONFIG_SPI), [I2C](https://docs.zephyrproject.org/3.5.0/hardware/peripherals/i2c.html#configuration-options)) used by the pointing device:

<SplitTabs>
<TabItem value="unibody">
Expand Down

0 comments on commit 67eec4c

Please sign in to comment.