Decrease Pit TTC pressure threshold

We were missing some taps on Pit because they weren't quite getting
up the the minimum pressure threshold of 25.  They seem to be okay with
15 instead and I was still unable to click by resting my palm in any way
that I couldn't produce one with the value set at 25, so there seems to
be no regression.

BUG=chromium:303245
TEST=Regression test suite still passes and manual testing to make sure
that light taps work, and that I'm not accidentally ttc-ing.  The log
in the bug when replayed with the new value of 15 does what we want,
too.

Original-Change-Id: Ia9b4ca73da4589254cdfafa2d2ace515cba00a63
Originally-Signed-off-by: Charlie Mooney <charliemooney@chromium.org>
Originally-Reviewed-on: https://chromium-review.googlesource.com/171720
Originally-Reviewed-by: Andrew de los Reyes <adlr@chromium.org>
(cherry picked from commit 383dfdc66d98930fa7489152ee2339c50a81a440)

Change-Id: Ie67938e73a22805ab01f101def11af8348125e47
Signed-off-by: Charlie Mooney <charliemooney@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/177277
Reviewed-by: Benson Leung <bleung@chromium.org>
diff --git a/50-touchpad-cmt-pit.conf b/50-touchpad-cmt-pit.conf
index af1e169..40c61ff 100644
--- a/50-touchpad-cmt-pit.conf
+++ b/50-touchpad-cmt-pit.conf
@@ -23,4 +23,7 @@
 
     # Some fingers were accidentally triggering palm detection
     Option          "Palm Width" "29.0"
+
+    # Taps tend to have low pressure readings on Pit
+    Option          "Tap Minimum Pressure" "15.0"
 EndSection