Add runtime configuration file #15
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JackFrostbyte/rgb-aura#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Title:
Add runtime configuration file
Description:
Add a runtime configuration file for controller options that should not require editing Python code.
Scope:
Acceptance criteria:
Completed in PR #34 / commit
2e12328.Implemented a dedicated runtime configuration file for RGB Aura:
config/runtime_config.json.src/rgb_aura/runtime_config.pywith safe config loading and validation.config/device_map.json.--helpoutput so it no longer exposes local absolute paths.Validation completed:
ruff format src/rgb_aura scripts testsruff check src/rgb_aura scripts testsPYTHONPATH=src python -m rgb_aura.main --helpPYTHONPATH=src python -m rgb_aura.main --cycles 1 --duration 5PYTHONPATH=src python -m rgb_aura.main --animation-speed 1.25Result:
--animation-speed 1.25works.