-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# ItzWarty.MiniSynapse | ||
## Author | ||
Created by [@ItzWarty](http://www.twitter.com/ItzWarty). I probably won't be providing support for this application. | ||
|
||
## Purpose | ||
Razer Synapse can be a pretty annoying (and heavy!) bugger at times. However, users need to run Razer Synapse at startup in order to load their Razer device profiles. This application serves as an alternative to Razer Synapse for this purpose: it simply loads your device profiles and exits promptly. If you later desire the full Razer Synapse experience (e.g. for changing your device configuration, or if you plug in a new device), you can then opt to manually start Razer Synapse from your start menu. | ||
|
||
## Installation Instructions | ||
Head to https://github.com/ItzWarty/ItzWarty.MiniSynapse/releases for installation instructions. | ||
|
||
## License | ||
Let's use GPLv3 for now. | ||
|
||
## How it works | ||
Not sure, though it uses the same routines that the real Synapse uses. | ||
|
||
## Developers | ||
You'll have to copy `RzCommon.dll`, `RzStorage.dll`, `RzStorageIO.dll`, `RzSynapse.exe`, and `RzUISdk.dll` into your `ItzWarty.MiniSynapse` directory next to `ItzWarty.MiniSynapse.csproj` for this thing to compile. |