diff --git a/res/layouts/index.html b/res/layouts/index.html
index 6c15bc9..15dd7f4 100644
--- a/res/layouts/index.html
+++ b/res/layouts/index.html
@@ -93,6 +93,14 @@
grid: repeat(1, 1fr) / repeat(8, 1fr);
}
+ .ground.ground-6 {
+ grid: repeat(1, 1fr) / 3fr 2fr 3fr 3fr 2fr 3fr;
+ }
+
+ .ground.ground-4 {
+ grid: repeat(1, 1fr) / repeat(4, 1fr);
+ }
+
.ground.ground-voltex {
grid: repeat(2, 1fr) / repeat(8, 1fr);
grid-template-areas:
@@ -261,7 +269,7 @@
-
Keyboard 16-zone, Tasoller (Bottom Half) Layout
+
Keyboard 16-zone, Linear
-
Keyboard 8-zone, Deemo Layout
+
Keyboard 8-zone, Linear
A
S
@@ -317,6 +325,46 @@
[disabled]
+
+
Keyboard 6-zone, Linear
+
+
S
+
D
+
F
+
J
+
K
+
L
+
+
+
+
+
+
Keyboard 4-zone, Linear
+
+
+
+
Keyboard 10-zone, Voltex/Neardayo Layout
diff --git a/res/layouts/layout.png b/res/layouts/layout.png
index af0b279..9460357 100644
Binary files a/res/layouts/layout.png and b/res/layouts/layout.png differ