Fix sentences and punctuation in features.md (#2029)

Co-authored-by: Peter F. Patel-Schneider <pfpschneider@gmail.com>
This commit is contained in:
John Veness 2023-04-03 00:43:32 +01:00 committed by GitHub
parent f5c5e14c8d
commit a4893ae839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -120,9 +120,9 @@ A “read only” note means the feature is a read-only feature.
## Implementing a feature ## Implementing a feature
Features are implemented as settable features in Features are implemented as settable features in
lib/logitech_receiver/settings_templates.py `lib/logitech_receiver/settings_templates.py`.
some features also have direct implementation in Some features also have direct implementation in
lib/logitech_receiver/hidpp20.py `lib/logitech_receiver/hidpp20.py`.
In most cases it should suffice to only implement the settable feature 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 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. Settings need to be added to the `SETTINGS` list so that setting discovery can be done.
For more information on implementing feature settings 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`.