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:
parent
36508c27fd
commit
3377ed02a8
5 changed files with 234 additions and 73 deletions
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue