From b3ba7e36165032514f675f392b2741fc91f9ad09 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 Sep 2024 17:43:34 +0300 Subject: add alt mode sysfs file --- src/tmtspc/hid-tmtspc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tmtspc/hid-tmtspc.c') diff --git a/src/tmtspc/hid-tmtspc.c b/src/tmtspc/hid-tmtspc.c index caaa378..00d748b 100644 --- a/src/tmtspc/hid-tmtspc.c +++ b/src/tmtspc/hid-tmtspc.c @@ -28,6 +28,7 @@ static const unsigned long tspc_params = PARAM_SPRING_LEVEL | PARAM_DAMPER_LEVEL | PARAM_FRICTION_LEVEL + | PARAM_ALT_MODE | PARAM_RANGE | PARAM_GAIN ; -- cgit v1.3