From 18a013169ba003cc1b35e52fa9ca7da3d3db5783 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:42 +0200 Subject: [PATCH] Update dev.md --- docs/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev.md b/docs/dev.md index 1ab0518..914dbbd 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -15,6 +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` | +| `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]` |