From 227b9e7d22cddb45deee1558e51d9b792b31f12b Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sat, 1 Dec 2018 00:26:50 +0100 Subject: :memo: Written docs for supportlib --- docs/Usage/Configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/Usage') diff --git a/docs/Usage/Configuration.md b/docs/Usage/Configuration.md index 5a839e5..f13d639 100644 --- a/docs/Usage/Configuration.md +++ b/docs/Usage/Configuration.md @@ -43,11 +43,12 @@ This is a two dimensonal array, used to arrange the segments in a matrix of your ```json "segments": [10, 10, 10, 10, 10, 10, 10, 10, 10], "matrix": [ - [0, 1, 2], - [3, 4, 5], - [6, 7, 8] + [[0, false], [1, true], [2, false]], + [[3, true], [4, false], [5, true]], + [[6, false], [7, true], [8, false]] ] ``` +Each entry looks is a list, with two parameters, `[, ]` {% hint style='danger' %} If you don't have a reference to all the segments or something, the matrix setup will fail. And fall back to 'segmentsconfiguration' {% endhint %} -- cgit v1.2.3