From 45fd31c91b0d96a817ce260e62a5afae10be8286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BChl?= <31169771+Blueforcer@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:24:32 +0200 Subject: [PATCH] Update dev.md --- docs/dev.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dev.md b/docs/dev.md index 936ff63..1ab0518 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -15,5 +15,6 @@ The JSON object has the following properties: | --- | ---- | ----------- | ------- | | `bootsound` | string | Uses a custom melodie while booting | | | `uppercase` | boolean | Print every character in uppercase | `true` | +| `matrix` | int | changes the matrix layout (0,1 or 2) | `0` | | `temp_dec_places` | int | Number of decimal places for temperature measurements | `0` | | `color_correction` | array of int | Sets the colorcorrection of the matrix | `[255,255,255]` |