Skip to content

Instantly share code, notes, and snippets.

View btumbleson's full-sized avatar

Benjamin Tumbleson btumbleson

View GitHub Profile
@btumbleson
btumbleson / fix_trackball.py
Created May 2, 2022 21:44
SuzoHapp Trackball Fix for Linux
# SuzoHapp Trackball Fix
# v0.1 - 11/09/2021
# https://bentumbleson.com
#
# Requires python-evdev: https://python-evdev.readthedocs.io/en/latest/
#
# This script will constantly read the input from your SuzoHapp trackball
# and automatically inject a theoretical large relative movement into to system when
# a large rotation (determined by acceleration) of the trackball is detected.
#