We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4bf33 commit c9654e3Copy full SHA for c9654e3
src/hhd/controller/virtual/sinput/__init__.py
@@ -135,6 +135,7 @@ def open(self) -> Sequence[int]:
135
self.last_imu = curr
136
self.imu_failed = False
137
self.start = time.perf_counter()
138
+ self._prepare_features(False)
139
140
logger.info(
141
f"Starting S-Input controller with RGB={self.enable_rgb}, touchpad={self.enable_touchpad}."
0 commit comments