diff --git a/layouts/default/readme.md b/layouts/default/readme.md
index e535008822..3c6da941fb 100644
--- a/layouts/default/readme.md
+++ b/layouts/default/readme.md
@@ -2,10 +2,14 @@
 
 ## Summary of Layouts
 
-### 60% Form Factor
+<details>
+<summary>60% Form Factor</summary>
+
+### `LAYOUT_60_abnt2`
+
+60% ABNT2 layout
 
 ```
-LAYOUT_60_abnt2
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -19,8 +23,11 @@ LAYOUT_60_abnt2
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘
 ```
 
+### `LAYOUT_60_ansi`
+
+60% ANSI layout
+
 ```
-LAYOUT_60_ansi
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -34,8 +41,11 @@ LAYOUT_60_ansi
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘
 ```
 
+### `LAYOUT_60_ansi_arrow`
+
+60% ANSI layout with arrow cluster
+
 ```
-LAYOUT_60_ansi_arrow
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -49,8 +59,11 @@ LAYOUT_60_ansi_arrow
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_60_ansi_arrow_split_bs`
+
+60% ANSI layout with arrow cluster and split backspace
+
 ```
-LAYOUT_60_ansi_arrow_split_bs
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -64,8 +77,11 @@ LAYOUT_60_ansi_arrow_split_bs
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_60_ansi_split_bs_rshift`
+
+60% ANSI layout with split backspace and split right shift
+
 ```
-LAYOUT_60_ansi_split_bs_rshift
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -79,8 +95,11 @@ LAYOUT_60_ansi_split_bs_rshift
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘
 ```
 
+### `LAYOUT_60_ansi_tsangan`
+
+60% ANSI layout with Tsangan bottom row
+
 ```
-LAYOUT_60_ansi_tsangan
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -94,8 +113,11 @@ LAYOUT_60_ansi_tsangan
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘
 ```
 
+### `LAYOUT_60_ansi_tsangan_split_bs_rshift`
+
+60% ANSI layout with Tsangan bottom row, split backspace, and split right shift
+
 ```
-LAYOUT_60_ansi_tsangan_split_bs_rshift
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -109,8 +131,11 @@ LAYOUT_60_ansi_tsangan_split_bs_rshift
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘
 ```
 
+### `LAYOUT_60_ansi_wkl`
+
+60% ANSI layout with no Windows (GUI) keys
+
 ```
-LAYOUT_60_ansi_wkl
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -124,8 +149,11 @@ LAYOUT_60_ansi_wkl
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘
 ```
 
+### `LAYOUT_60_ansi_wkl_split_bs_rshift`
+
+60% ANSI layout with no Windows (GUI) keys, split backspace, and split right shift
+
 ```
-LAYOUT_60_ansi_wkl_split_bs_rshift
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -139,8 +167,11 @@ LAYOUT_60_ansi_wkl_split_bs_rshift
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘
 ```
 
+### `LAYOUT_60_hhkb`
+
+60% ANSI layout with HHKB bottom row, split backspace, and split right shift
+
 ```
-LAYOUT_60_hhkb
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -154,8 +185,11 @@ LAYOUT_60_hhkb
       └───┴─────┴───────────────────────────┴─────┴───┘
 ```
 
+### `LAYOUT_60_iso`
+
+60% ISO layout
+
 ```
-LAYOUT_60_iso
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -169,8 +203,11 @@ LAYOUT_60_iso
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘
 ```
 
+### `LAYOUT_60_iso_arrow`
+
+60% ISO layout with arrow cluster
+
 ```
-LAYOUT_60_iso_arrow
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -184,8 +221,11 @@ LAYOUT_60_iso_arrow
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_60_iso_arrow_split_bs`
+
+60% ISO layout with arrow cluster and split backspace
+
 ```
-LAYOUT_60_iso_arrow_split_bs
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -199,8 +239,11 @@ LAYOUT_60_iso_arrow_split_bs
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_60_iso_split_bs_rshift`
+
+60% ISO layout with split backspace and split right shift
+
 ```
-LAYOUT_60_iso_split_bs_rshift
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -214,8 +257,11 @@ LAYOUT_60_iso_split_bs_rshift
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘
 ```
 
+### `LAYOUT_60_iso_tsangan`
+
+60% ISO layout with Tsangan bottom row
+
 ```
-LAYOUT_60_iso_tsangan
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -229,8 +275,11 @@ LAYOUT_60_iso_tsangan
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘
 ```
 
+### `LAYOUT_60_iso_tsangan_split_bs_rshift`
+
+60% ISO layout with Tsangan bottom row, split backspace, and split right shift
+
 ```
-LAYOUT_60_iso_tsangan_split_bs_rshift
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -244,8 +293,11 @@ LAYOUT_60_iso_tsangan_split_bs_rshift
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘
 ```
 
+### `LAYOUT_60_iso_wkl`
+
+60% ISO layout with no Windows (GUI) keys
+
 ```
-LAYOUT_60_iso_wkl
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -259,8 +311,11 @@ LAYOUT_60_iso_wkl
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘
 ```
 
+### `LAYOUT_60_iso_wkl_split_bs_rshift`
+
+60% ISO layout with no Windows (GUI) keys, split backspace, and split right shift
+
 ```
-LAYOUT_60_iso_wkl_split_bs_rshift
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -274,8 +329,11 @@ LAYOUT_60_iso_wkl_split_bs_rshift
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘
 ```
 
+### `LAYOUT_60_jis`
+
+60% JIS layout
+
 ```
-LAYOUT_60_jis
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -289,8 +347,11 @@ LAYOUT_60_jis
 └────┴────┴────┴────┴──────────────┴────┴────┴────┴────┴────┘
 ```
 
+### `LAYOUT_64_ansi`
+
+64% ANSI layout
+
 ```
-LAYOUT_64_ansi
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -304,8 +365,11 @@ LAYOUT_64_ansi
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_64_iso`
+
+64% ISO layout
+
 ```
-LAYOUT_64_iso
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
@@ -318,11 +382,16 @@ LAYOUT_64_iso
 │    │    │    │                        │   │   │   │   │   │
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┘
 ```
+</details>
 
-### 65%+ Form Factor
+<details>
+<summary>65%+ Form Factor</summary>
+
+### `LAYOUT_65_ansi`
+
+65% ANSI layout
 
 ```
-LAYOUT_65_ansi
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
@@ -336,8 +405,11 @@ LAYOUT_65_ansi
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_65_ansi_blocker`
+
+65% ANSI layout with blocker
+
 ```
-LAYOUT_65_ansi_blocker
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
@@ -351,8 +423,11 @@ LAYOUT_65_ansi_blocker
 └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_65_ansi_blocker_split_bs`
+
+65% ANSI layout with blocker and split backspace
+
 ```
-LAYOUT_65_ansi_blocker_split_bs
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤
@@ -366,8 +441,11 @@ LAYOUT_65_ansi_blocker_split_bs
 └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_65_ansi_blocker_tsangan`
+
+65% ANSI layout with blocker and Tsangan bottom row
+
 ```
-LAYOUT_65_ansi_blocker_tsangan
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
@@ -381,8 +459,11 @@ LAYOUT_65_ansi_blocker_tsangan
 └─────┴───┴─────┴───────────────────────────┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_65_ansi_blocker_tsangan_split_bs`
+
+65% ANSI layout with blocker, Tsangan bottom row, and split backspace
+
 ```
-LAYOUT_65_ansi_blocker_tsangan_split_bs
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤
@@ -396,8 +477,11 @@ LAYOUT_65_ansi_blocker_tsangan_split_bs
 └─────┴───┴─────┴───────────────────────────┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_65_ansi_split_bs`
+
+65% ANSI layout with split backspace
+
 ```
-LAYOUT_65_ansi_split_bs
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤
@@ -411,8 +495,11 @@ LAYOUT_65_ansi_split_bs
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_65_iso`
+
+65% ISO layout
+
 ```
-LAYOUT_65_iso
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
@@ -426,8 +513,11 @@ LAYOUT_65_iso
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_65_iso_blocker`
+
+65% ISO layout with blocker
+
 ```
-LAYOUT_65_iso_blocker
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
@@ -441,8 +531,11 @@ LAYOUT_65_iso_blocker
 └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_65_iso_blocker_split_bs`
+
+65% ISO layout with blocker and split backspace
+
 ```
-LAYOUT_65_iso_blocker_split_bs
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤
@@ -456,8 +549,11 @@ LAYOUT_65_iso_blocker_split_bs
 └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_65_iso_blocker_tsangan`
+
+65% ISO layout with blocker and Tsangan bottom row
+
 ```
-LAYOUT_65_iso_blocker_tsangan
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
@@ -471,8 +567,11 @@ LAYOUT_65_iso_blocker_tsangan
 └─────┴───┴─────┴───────────────────────────┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_65_iso_blocker_tsangan_split_bs`
+
+65% ISO layout with blocker, Tsangan bottom row, and split backspace
+
 ```
-LAYOUT_65_iso_blocker_tsangan_split_bs
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤
@@ -486,8 +585,11 @@ LAYOUT_65_iso_blocker_tsangan_split_bs
 └─────┴───┴─────┴───────────────────────────┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_65_iso_split_bs`
+
+65% ISO layout with split backspace
+
 ```
-LAYOUT_65_iso_split_bs
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤
@@ -501,8 +603,11 @@ LAYOUT_65_iso_split_bs
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_66_ansi`
+
+66% ANSI layout
+
 ```
-LAYOUT_66_ansi
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │ │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┤
@@ -516,8 +621,11 @@ LAYOUT_66_ansi
 └────┴───┴────┴────────────────────────┴────┴────┴────┴───┴───┴───┘
 ```
 
+### `LAYOUT_66_iso`
+
+66% ISO layout
+
 ```
-LAYOUT_66_iso
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │ │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┤
@@ -531,8 +639,11 @@ LAYOUT_66_iso
 └────┴───┴────┴────────────────────────┴────┴────┴────┴───┴───┴───┘
 ```
 
+### `LAYOUT_68_ansi`
+
+68% ANSI layout
+
 ```
-LAYOUT_68_ansi
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐┌───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       ││   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤├───┼───┤
@@ -546,8 +657,11 @@ LAYOUT_68_ansi
 └────┴────┴────┴────────────────────────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_68_iso`
+
+68% ISO layout
+
 ```
-LAYOUT_68_iso
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐┌───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       ││   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤├───┼───┤
@@ -560,11 +674,16 @@ LAYOUT_68_iso
 │    │    │    │                        │    │    │    │ │   │   │   │
 └────┴────┴────┴────────────────────────┴────┴────┴────┘ └───┴───┴───┘
 ```
+</details>
 
-### 75% Form Factor
+<details>
+<summary>75% Form Factor</summary>
+
+### `LAYOUT_75_ansi`
+
+75% ANSI layout
 
 ```
-LAYOUT_75_ansi
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┴───┼───┤
@@ -580,8 +699,11 @@ LAYOUT_75_ansi
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_75_iso`
+
+75% ISO layout
+
 ```
-LAYOUT_75_iso
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┴───┼───┤
@@ -596,11 +718,16 @@ LAYOUT_75_iso
 │    │    │    │                        │   │   │   │   │   │   │
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘
 ```
+</details>
 
-### Tenkeyless Layouts
+<details>
+<summary>Tenkeyless (TKL) Form Factor</summary>
+
+### `LAYOUT_tkl_ansi`
+
+TKL ANSI layout
 
 ```
-LAYOUT_tkl_ansi
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -617,8 +744,11 @@ LAYOUT_tkl_ansi
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_ansi_split_bs_rshift`
+
+TKL ANSI layout with split backspace and split right shift
+
 ```
-LAYOUT_tkl_ansi_split_bs_rshift
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -635,8 +765,11 @@ LAYOUT_tkl_ansi_split_bs_rshift
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_ansi_tsangan`
+
+TKL ANSI layout with Tsangan bottom row
+
 ```
-LAYOUT_tkl_ansi_tsangan
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -653,8 +786,11 @@ LAYOUT_tkl_ansi_tsangan
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_ansi_tsangan_split_bs_rshift`
+
+TKL ANSI layout with Tsangan bottom row, split backspace, and split right shift
+
 ```
-LAYOUT_tkl_ansi_tsangan_split_bs_rshift
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -671,8 +807,11 @@ LAYOUT_tkl_ansi_tsangan_split_bs_rshift
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_ansi_wkl`
+
+TKL ANSI layout with no Windows (GUI) keys
+
 ```
-LAYOUT_tkl_ansi_wkl
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -689,8 +828,11 @@ LAYOUT_tkl_ansi_wkl
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_ansi_wkl_split_bs_rshift`
+
+TKL ANSI layout with no Windows (GUI) keys, split backspace, and split right shift
+
 ```
-LAYOUT_tkl_ansi_wkl_split_bs_rshift
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -707,8 +849,11 @@ LAYOUT_tkl_ansi_wkl_split_bs_rshift
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_iso`
+
+TKL ISO layout
+
 ```
-LAYOUT_tkl_iso
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -725,8 +870,11 @@ LAYOUT_tkl_iso
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_iso_split_bs_rshift`
+
+TKL ISO layout with split backspace and split right shift
+
 ```
-LAYOUT_tkl_iso_split_bs_rshift
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -743,8 +891,11 @@ LAYOUT_tkl_iso_split_bs_rshift
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_iso_tsangan`
+
+TKL ISO layout with Tsangan bottom row
+
 ```
-LAYOUT_tkl_iso_tsangan
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -761,8 +912,11 @@ LAYOUT_tkl_iso_tsangan
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_iso_tsangan_split_bs_rshift`
+
+TKL ISO layout with Tsangan bottom row, split backspace, and split right shift
+
 ```
-LAYOUT_tkl_iso_tsangan_split_bs_rshift
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -779,8 +933,11 @@ LAYOUT_tkl_iso_tsangan_split_bs_rshift
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_iso_wkl`
+
+TKL ISO layout with no Windows (GUI) keys
+
 ```
-LAYOUT_tkl_iso_wkl
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -797,8 +954,11 @@ LAYOUT_tkl_iso_wkl
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_iso_wkl_split_bs_rshift`
+
+TKL ISO layout with no Windows (GUI) keys, split backspace, and split right shift
+
 ```
-LAYOUT_tkl_iso_wkl_split_bs_rshift
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -815,8 +975,11 @@ LAYOUT_tkl_iso_wkl_split_bs_rshift
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_jis`
+
+TKL JIS layout
+
 ```
-LAYOUT_tkl_jis
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -833,8 +996,11 @@ LAYOUT_tkl_jis
 └────┴────┴────┴────┴──────────────┴────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_ansi`
+
+TKL ANSI layout with F13 key
+
 ```
-LAYOUT_tkl_f13_ansi
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -851,8 +1017,11 @@ LAYOUT_tkl_f13_ansi
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_ansi_split_bs_rshift`
+
+TKL ANSI layout with F13 key, split backspace, and split right shift
+
 ```
-LAYOUT_tkl_f13_ansi_split_bs_rshift
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -869,8 +1038,11 @@ LAYOUT_tkl_f13_ansi_split_bs_rshift
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_ansi_tsangan`
+
+TKL ANSI layout with F13 key and Tsangan bottom row
+
 ```
-LAYOUT_tkl_f13_ansi_tsangan
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -887,8 +1059,11 @@ LAYOUT_tkl_f13_ansi_tsangan
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift`
+
+TKL ANSI layout with F13 key, Tsangan bottom row, split backspace, and split right shift
+
 ```
-LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -905,8 +1080,11 @@ LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_ansi_wkl`
+
+TKL ANSI layout with F13 key and no Windows (GUI) keys
+
 ```
-LAYOUT_tkl_f13_ansi_wkl
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -923,8 +1101,11 @@ LAYOUT_tkl_f13_ansi_wkl
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_ansi_wkl_split_bs_rshift`
+
+TKL ANSI layout with F13 key, no Windows (GUI) keys, split backspace, and split right shift
+
 ```
-LAYOUT_tkl_f13_ansi_wkl_split_bs_rshift
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -941,8 +1122,11 @@ LAYOUT_tkl_f13_ansi_wkl_split_bs_rshift
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_iso`
+
+TKL ISO layout with F13 key
+
 ```
-LAYOUT_tkl_f13_iso
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -959,8 +1143,11 @@ LAYOUT_tkl_f13_iso
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_iso_split_bs_rshift`
+
+TKL ISO layout with F13 key, split backspace, and split right shift
+
 ```
-LAYOUT_tkl_f13_iso_split_bs_rshift
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -977,8 +1164,11 @@ LAYOUT_tkl_f13_iso_split_bs_rshift
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_iso_tsangan`
+
+TKL ISO layout with F13 key and Tsangan bottom row
+
 ```
-LAYOUT_tkl_f13_iso_tsangan
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -995,8 +1185,11 @@ LAYOUT_tkl_f13_iso_tsangan
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift`
+
+TKL ISO layout with F13 key, Tsangan bottom row, split backspace, and split right shift
+
 ```
-LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -1013,8 +1206,11 @@ LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift
 └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_iso_wkl`
+
+TKL ISO layout with F13 key and no Windows (GUI) keys
+
 ```
-LAYOUT_tkl_f13_iso_wkl
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -1031,8 +1227,11 @@ LAYOUT_tkl_f13_iso_wkl
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_iso_wkl_split_bs_rshift`
+
+TKL ISO layout with F13 key, no Windows (GUI) keys, split backspace, and split right shift
+
 ```
-LAYOUT_tkl_f13_iso_wkl_split_bs_rshift
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -1049,8 +1248,11 @@ LAYOUT_tkl_f13_iso_wkl_split_bs_rshift
 └─────┘   └─────┴───────────────────────────┴─────┘   └─────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_f13_jis`
+
+TKL JIS layout with F13 key
+
 ```
-LAYOUT_tkl_f13_jis
 ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
 │   ││   │   │   │   ││   │   │   │   ││   │   │   │   ││   │ │   │   │   │
 └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
@@ -1067,8 +1269,11 @@ LAYOUT_tkl_f13_jis
 └────┴────┴────┴────┴──────────────┴────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_nofrow_ansi`
+
+TKL ANSI layout with no function row
+
 ```
-LAYOUT_tkl_nofrow_ansi
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │ │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┼───┼───┤
@@ -1082,8 +1287,11 @@ LAYOUT_tkl_nofrow_ansi
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_tkl_nofrow_iso`
+
+TKL ISO layout with no function row
+
 ```
-LAYOUT_tkl_nofrow_iso
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │       │ │   │   │   │
 ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┼───┼───┤
@@ -1096,11 +1304,16 @@ LAYOUT_tkl_nofrow_iso
 │    │    │    │                        │    │    │    │    │ │   │   │   │
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘
 ```
+</details>
 
-### 96% Form Factor
+<details>
+<summary>96% Form Factor</summary>
+
+### `LAYOUT_96_ansi`
+
+96% ANSI layout
 
 ```
-LAYOUT_96_ansi
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┴───┼───┼───┼───┼───┤
@@ -1116,8 +1329,11 @@ LAYOUT_96_ansi
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_96_iso`
+
+96% ISO layout
+
 ```
-LAYOUT_96_iso
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┴───┼───┼───┼───┼───┤
@@ -1132,12 +1348,16 @@ LAYOUT_96_iso
 │    │    │    │                        │   │   │   │   │   │   │   │   │   │
 └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
+</details>
 
+<details>
+<summary>Fullsize (100%+) Form Factor</summary>
 
-### Fullsize Form Factor
+### `LAYOUT_fullsize_ansi`
+
+Fullsize ANSI layout
 
 ```
-LAYOUT_fullsize_ansi
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -1154,8 +1374,11 @@ LAYOUT_fullsize_ansi
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘ └───────┴───┴───┘
 ```
 
+### `LAYOUT_fullsize_iso`
+
+Fullsize ISO layout
+
 ```
-LAYOUT_fullsize_iso
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -1172,8 +1395,11 @@ LAYOUT_fullsize_iso
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘ └───────┴───┴───┘
 ```
 
+### `LAYOUT_fullsize_jis`
+
+Fullsize JIS layout
+
 ```
-LAYOUT_fullsize_jis
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
@@ -1190,8 +1416,11 @@ LAYOUT_fullsize_jis
 └────┴────┴────┴────┴────────────┴────┴────┴───┴───┴───┴────┘ └───┴───┴───┘ └───────┴───┴───┘
 ```
 
+### `LAYOUT_fullsize_extended_ansi`
+
+Fullsize ANSI layout with additional keys above numpad
+
 ```
-LAYOUT_fullsize_extended_ansi
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐ ┌───┬───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │ │   │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘ └───┴───┴───┴───┘
@@ -1208,8 +1437,11 @@ LAYOUT_fullsize_extended_ansi
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘ └───────┴───┴───┘
 ```
 
+### `LAYOUT_fullsize_extended_iso`
+
+Fullsize ISO layout with additional keys above numpad
+
 ```
-LAYOUT_fullsize_extended_iso
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐ ┌───┬───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │ │   │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘ └───┴───┴───┴───┘
@@ -1226,8 +1458,11 @@ LAYOUT_fullsize_extended_iso
 └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘ └───────┴───┴───┘
 ```
 
+### `LAYOUT_fullsize_extended_jis`
+
+Fullsize JIS layout with additional keys above numpad
+
 ```
-LAYOUT_fullsize_extended_jis
 ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐ ┌───┬───┬───┬───┐
 │   │   │   │   │   │   │ │   │   │   │   │ │   │   │   │   │ │   │   │   │ │   │   │   │   │
 └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘ └───┴───┴───┴───┘
@@ -1243,11 +1478,16 @@ LAYOUT_fullsize_extended_jis
 │    │    │    │    │            │    │    │   │   │   │    │ │   │   │   │ │       │   │   │
 └────┴────┴────┴────┴────────────┴────┴────┴───┴───┴───┴────┘ └───┴───┴───┘ └───────┴───┴───┘
 ```
+</details>
 
-### Split Layouts
+<details>
+<summary>Split Layouts</summary>
+
+### `LAYOUT_alice`
+
+Alice-style split layout
 
 ```
-LAYOUT_alice
   ┌───┐  ┌───┬───┬───┬───┬───┬───┬───┐         ┌───┬───┬───┬───┬───┬───┬───────┐
   │   │  │   │   │   │   │   │   │   │         │   │   │   │   │   │   │       │
  ┌┴──┬┘ ┌┴───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘       ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┴┐
@@ -1261,8 +1501,11 @@ LAYOUT_alice
       └─────┘     └─────┴───────┴─────┘     └──────────┴─────┘             └─────┘
 ```
 
+### `LAYOUT_alice_split_bs`
+
+Alice-style split layout with split backspace
+
 ```
-LAYOUT_alice_split_bs
   ┌───┐  ┌───┬───┬───┬───┬───┬───┬───┐         ┌───┬───┬───┬───┬───┬───┬───┬───┐
   │   │  │   │   │   │   │   │   │   │         │   │   │   │   │   │   │   │   │
  ┌┴──┬┘ ┌┴───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘       ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┐
@@ -1276,8 +1519,11 @@ LAYOUT_alice_split_bs
       └─────┘     └─────┴───────┴─────┘     └──────────┴─────┘             └─────┘
 ```
 
+### `LAYOUT_ergodox`
+
+Ergodox-style split layout
+
 ```
-LAYOUT_ergodox
 ┌─────┬───┬───┬───┬───┬───┬───┐                   ┌───┬───┬───┬───┬───┬───┬─────┐
 │     │   │   │   │   │   │   │                   │   │   │   │   │   │   │     │
 ├─────┼───┼───┼───┼───┼───┼───┤                   ├───┼───┼───┼───┼───┼───┼─────┤
@@ -1296,8 +1542,11 @@ LAYOUT_ergodox
                           └───┴───┴───┘   └───┴───┴───┘
 ```
 
+### `LAYOUT_split_3x5_2`
+
+3x5 split layout with two thumb keys
+
 ```
-LAYOUT_split_3x5_2
 ┌───┬───┬───┬───┬───┐         ┌───┬───┬───┬───┬───┐
 │   │   │   │   │   │         │   │   │   │   │   │
 ├───┼───┼───┼───┼───┤         ├───┼───┼───┼───┼───┤
@@ -1310,8 +1559,11 @@ LAYOUT_split_3x5_2
                 └───┴───┘ └───┴───┘
 ```
 
+### `LAYOUT_split_3x5_3`
+
+3x5 split layout with three thumb keys
+
 ```
-LAYOUT_split_3x5_3
 ┌───┬───┬───┬───┬───┐         ┌───┬───┬───┬───┬───┐
 │   │   │   │   │   │         │   │   │   │   │   │
 ├───┼───┼───┼───┼───┤         ├───┼───┼───┼───┼───┤
@@ -1324,8 +1576,11 @@ LAYOUT_split_3x5_3
             └───┴───┴───┘ └───┴───┴───┘
 ```
 
+### `LAYOUT_split_3x6_3`
+
+3x6 split layout with three thumb keys
+
 ```
-LAYOUT_split_3x6_3
 ┌───┬───┬───┬───┬───┬───┐         ┌───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │         │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┤         ├───┼───┼───┼───┼───┼───┤
@@ -1337,11 +1592,16 @@ LAYOUT_split_3x6_3
                 │   │   │   │ │   │   │   │
                 └───┴───┴───┘ └───┴───┴───┘
 ```
+</details>
 
-### Numpads
+<details>
+<summary>Number Pads</summary>
+
+### `LAYOUT_numpad_4x4`
+
+4x4 number pad
 
 ```
-LAYOUT_numpad_4x4
 ┌───┬───┬───┬───┐
 │   │   │   │   │
 ├───┼───┼───┤   │
@@ -1353,8 +1613,11 @@ LAYOUT_numpad_4x4
 └───────┴───┴───┘
 ```
 
+### `LAYOUT_numpad_5x4`
+
+5x4 number pad
+
 ```
-LAYOUT_numpad_5x4
 ┌───┬───┬───┬───┐
 │   │   │   │   │
 ├───┼───┼───┼───┤
@@ -1368,8 +1631,11 @@ LAYOUT_numpad_5x4
 └───────┴───┴───┘
 ```
 
+### `LAYOUT_numpad_5x6`
+
+5x6 number pad
+
 ```
-LAYOUT_numpad_5x6
 ┌───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┤
@@ -1383,8 +1649,11 @@ LAYOUT_numpad_5x6
 └───┴───┴───────┴───┴───┘
 ```
 
+### `LAYOUT_numpad_6x4`
+
+6x4 number pad
+
 ```
-LAYOUT_numpad_6x4
 ┌───┬───┬───┬───┐
 │   │   │   │   │
 ├───┼───┼───┼───┤
@@ -1400,8 +1669,11 @@ LAYOUT_numpad_6x4
 └───────┴───┴───┘
 ```
 
+### `LAYOUT_numpad_6x5`
+
+6x5 number pad
+
 ```
-LAYOUT_numpad_6x5
 ┌───┬───┬───┬───┬───┐
 │   │   │   │   │   │
 ├───┼───┼───┼───┼───┤
@@ -1416,18 +1688,26 @@ LAYOUT_numpad_6x5
 │   │       │   │   │
 └───┴───────┴───┴───┘
 ```
+</details>
 
-### Ortholinear Layouts
+<details>
+<summary>Ortholinear Layouts</summary>
+
+### `LAYOUT_ortho_1x1`
+
+1x1 ortholinear layout
 
 ```
-LAYOUT_ortho_1x1
 ┌───┐
 │   │
 └───┘
 ```
 
+### `LAYOUT_ortho_2x3`
+
+2x3 ortholinear layout
+
 ```
-LAYOUT_ortho_2x3
 ┌───┬───┬───┐
 │   │   │   │
 ├───┼───┼───┤
@@ -1435,8 +1715,11 @@ LAYOUT_ortho_2x3
 └───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_2x6`
+
+2x6 ortholinear layout
+
 ```
-LAYOUT_ortho_2x6
 ┌───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┤
@@ -1444,8 +1727,11 @@ LAYOUT_ortho_2x6
 └───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_3x3`
+
+3x3 ortholinear layout
+
 ```
-LAYOUT_ortho_3x3
 ┌───┬───┬───┐
 │   │   │   │
 ├───┼───┼───┤
@@ -1455,8 +1741,11 @@ LAYOUT_ortho_3x3
 └───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_3x10`
+
+3x10 ortholinear layout
+
 ```
-LAYOUT_ortho_3x10
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1466,8 +1755,11 @@ LAYOUT_ortho_3x10
 └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_4x10`
+
+4x10 ortholinear layout
+
 ```
-LAYOUT_ortho_4x10
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1479,8 +1771,11 @@ LAYOUT_ortho_4x10
 └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_4x12`
+
+4x12 ortholinear layout
+
 ```
-LAYOUT_ortho_4x12
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1492,8 +1787,11 @@ LAYOUT_ortho_4x12
 └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_4x16`
+
+4x16 ortholinear layout
+
 ```
-LAYOUT_ortho_4x16
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1505,8 +1803,11 @@ LAYOUT_ortho_4x16
 └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_4x4`
+
+4x4 ortholinear layout
+
 ```
-LAYOUT_ortho_4x4
 ┌───┬───┬───┬───┐
 │   │   │   │   │
 ├───┼───┼───┼───┤
@@ -1518,8 +1819,11 @@ LAYOUT_ortho_4x4
 └───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_4x6`
+
+4x6 ortholinear layout
+
 ```
-LAYOUT_ortho_4x6
 ┌───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┤
@@ -1531,8 +1835,11 @@ LAYOUT_ortho_4x6
 └───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_5x5`
+
+5x5 ortholinear layout
+
 ```
-LAYOUT_ortho_5x5
 ┌───┬───┬───┬───┬───┐
 │   │   │   │   │   │
 ├───┼───┼───┼───┼───┤
@@ -1546,8 +1853,11 @@ LAYOUT_ortho_5x5
 └───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_5x10`
+
+5x10 ortholinear layout
+
 ```
-LAYOUT_ortho_5x10
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1561,8 +1871,11 @@ LAYOUT_ortho_5x10
 └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_5x12`
+
+5x12 ortholinear layout
+
 ```
-LAYOUT_ortho_5x12
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1576,8 +1889,11 @@ LAYOUT_ortho_5x12
 └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_5x13`
+
+5x13 ortholinear layout
+
 ```
-LAYOUT_ortho_5x13
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1591,8 +1907,11 @@ LAYOUT_ortho_5x13
 └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_5x14`
+
+5x14 ortholinear layout
+
 ```
-LAYOUT_ortho_5x14
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1606,8 +1925,11 @@ LAYOUT_ortho_5x14
 └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_5x15`
+
+5x15 ortholinear layout
+
 ```
-LAYOUT_ortho_5x15
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1621,8 +1943,11 @@ LAYOUT_ortho_5x15
 └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_5x4`
+
+5x4 ortholinear layout
+
 ```
-LAYOUT_ortho_5x4
 ┌───┬───┬───┬───┐
 │   │   │   │   │
 ├───┼───┼───┼───┤
@@ -1636,8 +1961,11 @@ LAYOUT_ortho_5x4
 └───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_6x4`
+
+6x4 ortholinear layout
+
 ```
-LAYOUT_ortho_6x4
 ┌───┬───┬───┬───┐
 │   │   │   │   │
 ├───┼───┼───┼───┤
@@ -1653,8 +1981,11 @@ LAYOUT_ortho_6x4
 └───┴───┴───┴───┘
 ```
 
+### `LAYOUT_ortho_6x13`
+
+6x13 ortholinear layout
+
 ```
-LAYOUT_ortho_6x13
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1670,8 +2001,11 @@ LAYOUT_ortho_6x13
 └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
 ```
 
+### `LAYOUT_planck_mit`
+
+4x12 ortholinear layout with center 2u space
+
 ```
-LAYOUT_planck_mit
 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
 │   │   │   │   │   │   │   │   │   │   │   │   │
 ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
@@ -1682,3 +2016,4 @@ LAYOUT_planck_mit
 │   │   │   │   │   │       │   │   │   │   │   │
 └───┴───┴───┴───┴───┴───────┴───┴───┴───┴───┴───┘
 ```
+</details>