From a4893ae839afb9e6804fdd8c2d4d6d04d93e7a97 Mon Sep 17 00:00:00 2001 From: John Veness Date: Mon, 3 Apr 2023 00:43:32 +0100 Subject: [PATCH] Fix sentences and punctuation in features.md (#2029) Co-authored-by: Peter F. Patel-Schneider --- docs/features.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features.md b/docs/features.md index 72529fb9..f3fe1fcb 100644 --- a/docs/features.md +++ b/docs/features.md @@ -120,9 +120,9 @@ A “read only” note means the feature is a read-only feature. ## Implementing a feature Features are implemented as settable features in -lib/logitech_receiver/settings_templates.py -some features also have direct implementation in -lib/logitech_receiver/hidpp20.py +`lib/logitech_receiver/settings_templates.py`. +Some features also have direct implementation in +`lib/logitech_receiver/hidpp20.py`. In most cases it should suffice to only implement the settable feature interface for each setting in the feature. That will add one or more @@ -202,4 +202,4 @@ device implements the feature it does not usefully support the setting. Settings need to be added to the `SETTINGS` list so that setting discovery can be done. For more information on implementing feature settings -see the comments in lib/logitech_receiver/settings_templates.py. +see the comments in `lib/logitech_receiver/settings_templates.py`.