From 0574931e68a8157eb8bc10feedf7c809a8b2d17a Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 29 Mar 2020 15:08:49 -0700 Subject: [PATCH] some clarification --- docs/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index f636b0f..7c263a7 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -227,13 +227,13 @@ relative_mode_config() (`False`). Default is `True`. This affects ``secondary_tap`` option as well. :param bool secondary_tap: Specifies if tapping in the top-left corner (depending on orientation) triggers the secondary button data. Defaults to `True`. This feature is - only available if `hard_configured` is `False`. + always disabled if `hard_configured` is `True`. :param bool glide_extend: A patended feature that allows the user to glide their finger off the edge of the sensor and continue gesture with the touch event. Default is `True`. - This feature is only available if `hard_configured` is `False`. + This feature is always disabled if `hard_configured` is `True`. :param bool intellimouse: Specifies if the data reported includes a byte about scroll data. - Default is `False`. Because this flag is specific to scroll data, this feature is only - available if `hard_configured` is `False`. + Default is `False`. Because this flag is specific to scroll data, this feature is always + disabled if `hard_configured` is `True`. absolute_mode_config() ^^^^^^^^^^^^^^^^^^^^^^^