summaryrefslogtreecommitdiff
path: root/qt/build/degub/presets.txt
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2016-06-07 21:38:15 +0930
committerdaniel-Jones <daniel@danieljon.es>2016-06-07 21:38:15 +0930
commit3ebaa902b535773247105f3d0aa4e039ef7b55c6 (patch)
tree952dc13bac1ae3a1a1e46aa5553b780be26364fe /qt/build/degub/presets.txt
parentef885e1a2855bf8de3d44f07451d3c421f0ab5c0 (diff)
downloadRGB-Controller-3ebaa902b535773247105f3d0aa4e039ef7b55c6.tar.gz
RGB-Controller-3ebaa902b535773247105f3d0aa4e039ef7b55c6.zip
Added ability to save presets from the UI, it takes current RGB values and allows you specify a preset name.
Diffstat (limited to 'qt/build/degub/presets.txt')
-rw-r--r--qt/build/degub/presets.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt/build/degub/presets.txt b/qt/build/degub/presets.txt
new file mode 100644
index 0000000..7bc9af4
--- /dev/null
+++ b/qt/build/degub/presets.txt
@@ -0,0 +1,11 @@
+Only add things to this file if you know what you are doing.
+Don't be dumb.
+
+The program only cares for lines here if they contain the equals symbol.
+Everything else is ignored - if you add an equals symbol to this file, you will most likely crash it.
+
+white=255,255,255
+purple=255,0,255
+light purple=255,55,255
+yellow=255,83,0
+light blue=0,255,255