From d09d11d9fa564b27694ae136c6b863321c652472 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Sun, 24 Nov 2024 13:26:01 -0500 Subject: [PATCH] Update docs/docs/development/hardware-integration/pointers.md Co-authored-by: Anant Thazhemadam <47104651+thazhemadam@users.noreply.github.com> --- docs/docs/development/hardware-integration/pointers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/hardware-integration/pointers.md b/docs/docs/development/hardware-integration/pointers.md index 12ba3e3ce2c..9aa3369a5b8 100644 --- a/docs/docs/development/hardware-integration/pointers.md +++ b/docs/docs/development/hardware-integration/pointers.md @@ -63,7 +63,7 @@ Some physical pointing devices may be generating input events that need some adj ## Split -Pointing devices are supported on split peripherals, with some additional configuration using the [input split];(../../config/pointers.md#input-split). All split pointers are identified using a unique integer value, which is specified using the `reg` property and in the `@#` suffix for the node. If adding multiple peripheral pointers, be sure that each is given a unique identifier. +Pointing devices are supported on split peripherals, with some additional configuration using the [input split](../../config/pointers.md#input-split). All split pointers are identified using a unique integer value, which is specified using the `reg` property and in the `@#` suffix for the node. If adding multiple peripheral pointers, be sure that each is given a unique identifier. ### Shared