Skip to content

Commit d95a98b

Browse files
committed
ConfigurationGuide: omit values entirely
1 parent 1660932 commit d95a98b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

site/_wiki/Documentation/ConfigurationGuide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ contains the tablet data stream. This is where `InputReportLength` and
146146
`OutputReportLength` comes in.
147147

148148
Even if your tablet only has a single interface, it is often a good idea to
149-
specify at least one of the lengths as non-zero, and only define them as `null`
150-
if you know what you're doing
149+
specify at least one of the lengths as non-zero, and only define them all as
150+
`null` (i.e. leaving them out entirely) if you know what you're doing
151151

152-
> If you specify report lengths as null, it can be hard to fix any future
153-
conflicts that may arise without knowing what values your specific tablet
154-
has. If you do decide to specify them as null, please make sure to include a
152+
> If you omit report lengths entirely, it can be hard to fix any future
153+
conflicts that may arise, without knowing what values your specific tablet
154+
has. If you do decide not to specify them, please make sure to include a
155155
OpenTabletDriver diagnostics with the pull request, and optionally include
156156
the lengths in the commit description.
157157

0 commit comments

Comments
 (0)