This repository contains the source code for the Thermaltake LEDFanBox Controller, a Python tool to control fan speed and RGB lighting on Thermaltake LEDFanBox devices.
-
Install dependencies:
pip3 install --break-system-packages hidapi
-
Run the controller:
chmod +x thermaltake_ledfanbox.py python3 thermaltake_ledfanbox.py --speed 50 --rgb blue --mode static
- β Fan speed control (0-100%)
- β RGB color control
- β Multiple lighting modes
- β Color cycling
- β Comprehensive documentation
- β Apache License 2.0
- README.md - Main documentation
- README-THERMALTAKE.md - Detailed documentation
- CONTRIBUTING.md - Contributing guidelines
- CHANGELOG.md - Version history
Apache License 2.0 - see LICENSE file for details.
Brad (@BikeGuy07)
Note: If you're seeing this file, this is a placeholder. Please create a new GitHub repository and push this code to it!