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.
		
		
		
		
		
			|  | 6 years ago | |
|---|---|---|
| ChromaEffectsImporter | 6 years ago | |
| .gitignore | 6 years ago | |
| ChromaEffectsImporter.sln | 6 years ago | |
| LICENSE.txt | 6 years ago | |
| README.md | 6 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.