You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Burathar
7da8f5ec89
|
5 years ago | |
---|---|---|
ChromaEffectsImporter | 5 years ago | |
.gitignore | 5 years ago | |
ChromaEffectsImporter.sln | 5 years ago | |
LICENSE.txt | 5 years ago | |
README.md | 5 years ago |
README.md
ChromaEffectsImporter
This is a small project that imports a RazerSynapse-3 Choma Studio Savefile, and extracts its colorscheme.
Usage
To import your own keyboard colorscheme:
- Go to the Razer Synapse Chroma Studio
- Make/Load a profile that has at lease one Static layer (this project ignores other effects for now).
- Choose Export > Make sure only the current profile is checked > Export > choose a save location.
- Then navigate to the saved file.
- Change the name to <whatever>.zip
- Extract the zipfile, and rename the extracted file to ChromaEffects.xml
- Copy this new file to this project in the folder \ChromaEffectsImporter\Resources
- Run the project.
Implement this in your own project by creating an instance of ColoreOutput
parsing a ChromaEffects xml file, and then calling myInstance.Start();
If you have any questions please open an issue.