summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChristoffer Holmstedt <christoffer.holmstedt@gmail.com>2019-01-13 10:37:04 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2019-01-21 10:39:42 +1000
commit806b0908af1816e21f6d020ea4f4f71dfeccdcff (patch)
tree026bc3ef3e90d8f45c5b6c223e18c5d32bf99ddb /meson.build
parentabc0dfbdea4b8002ac90334870b2f1392b806667 (diff)
quirks: add ModelBouncingKeys for Contour RollerMouse
The Contour RollerMouse have a button for "double click" which emulates a double click. The two clicks are so close together that with libinput heuristics it looks like a worn-out button and triggers debouncing functionality. This commit adds support for the RollerMouse Free 2 and RollerMouse Re:d. Fixes libinput/libinput#204 (cherry picked from commit fc029e3fb5fbb5415fa129bcea26b1d08878ac0e)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a9c7c185..014cb536 100644
--- a/meson.build
+++ b/meson.build
@@ -251,6 +251,7 @@ quirks_data = [
'quirks/10-generic-trackball.quirks',
'quirks/30-vendor-aiptek.quirks',
'quirks/30-vendor-alps.quirks',
+ 'quirks/30-vendor-contour.quirks',
'quirks/30-vendor-cyapa.quirks',
'quirks/30-vendor-elantech.quirks',
'quirks/30-vendor-huion.quirks',