docs: Improve pointing docs (#2703)

docs: Add missing code fence languages in pointing

docs: Fix default msc exponent in example

docs: Make pointing hardware integration follow semantic structure
This commit is contained in:
Cem Aksoylar 2025-01-04 11:15:32 -08:00 committed by GitHub
parent 36508c27fd
commit 3377ed02a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 234 additions and 73 deletions

View file

@ -19,7 +19,7 @@ Below is a summary of pre-defined input processors and user-definable input proc
A set of predefined input processors is available by adding the following at the top of your keymap/overlay file:
```
```dts
#include <input/processors.dtsi>
```

View file

@ -13,7 +13,7 @@ The following transforms are available, by including
the [`dt-bindings/zmk/input_transform.h`](https://github.com/zmkfirmware/zmk/blob/main/app/include/dt-bindings/zmk/input_transform.h) header
provided by ZMK near the top of your keymap/overlay:
```
```dts
#include <dt-bindings/zmk/input_transform.h>
```