From 577d44195865c76c1fee3be2bc14ae5d49097f0a Mon Sep 17 00:00:00 2001 From: BlackyHawky Date: Wed, 2 Oct 2024 23:28:22 +0200 Subject: [PATCH] Updated Layouts (markdown) --- Layouts.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Layouts.md b/Layouts.md index 906917b..7d04341 100644 --- a/Layouts.md +++ b/Layouts.md @@ -1,6 +1,4 @@ -# Create JSON file - -## What a JSON file looks like for Heliboard? +# What a JSON file looks like for Heliboard? - The JSON file: - It always starts with the left square bracket `[` and always ends with the right square bracket `]` @@ -40,7 +38,7 @@ Note that lines starting with `//` are ignored. ``` -## Label properties +# Label properties Each label can have the following properties: * `type`: only specific values, HeliBoard mostly uses this to determine background color and type, determined automatically by default @@ -122,7 +120,7 @@ Each label can have the following properties: -## Special labels +# Special labels Usually the label is what is displayed on the key. However, there are some special labels: * Currency keys @@ -209,7 +207,7 @@ Usually the label is what is displayed on the key. However, there are some speci -## Key classes +# Key classes They are specified with `$`, usually you can omit them in HeliBoard. @@ -274,6 +272,6 @@ Here are the different classes: ``` -## Examples of JSON files +# Examples of JSON files [Here](https://github.com/Helium314/HeliBoard/discussions/1132#discussion-7260853), are some sample JSON files that customize all the keyboard views. \ No newline at end of file