summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10c0b50..1623714 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,9 @@ Speed [60] 0-100 Speed is a factor for a first order lowpass filter, the high
Autospeed [0] 0-100 Autospeed adjusts the speed on top of that based on how fast the colors are changing.
Interpolation [true] Interpolation is a setting for a boblightd output device,
when it's on it will interpolate between the last two writes of a client. (Off might reduce load)
+
+It's recommended to add the following option to your boblight.conf
+```
+[device]
+allowsync off
+```