diff --git a/README.md b/README.md index 40ef201..9640b21 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni ## Changelog +- v0.3.0 + - Add UMIGURI LED controller server support + - Add UMIGURI default keyboard layout - v0.2.8 - Add slider only layout (no buttons) for Project Diva gamepad output - Add options button to Project Diva gamepad output diff --git a/res/layouts/index.html b/res/layouts/index.html index e5346ab..63b17ff 100644 --- a/res/layouts/index.html +++ b/res/layouts/index.html @@ -1,202 +1,344 @@ - - - - - + Slidershim Layouts + + + +
+
Keyboard 32-zone, Tasoller Layout
+
+
1
+
Q
+
2
+
W
+
3
+
E
+
4
+
R
+
5
+
T
+
6
+
Y
+
7
+
U
+
8
+
I
+
A
+
Z
+
S
+
X
+
D
+
C
+
F
+
V
+
G
+
B
+
H
+
N
+
J
+
M
+
K
+
,
+
+
+
]
+
[
+
;
+
.
+
'
+
/
+
+
+
[enter]
+
[space]
+
[esc]
+
+
+
+
Keyboard 32-zone, Yuancon Layout
+
+
5
+
3
+
1
+
Y
+
W
+
U
+
S
+
Q
+
O
+
M
+
K
+
I
+
G
+
E
+
C
+
A
+
6
+
4
+
2
+
Z
+
X
+
V
+
T
+
R
+
P
+
N
+
L
+
J
+
H
+
F
+
D
+
B
+
+
+
;
+
\
+
]
+
[
+
=
+
-
+
+
+
[enter]
+
[space]
+
[esc]
+
+
+
+
Keyboard 32-zone, UMIGURI Layout
+
+
1
+
Q
+
2
+
W
+
3
+
E
+
4
+
R
+
5
+
T
+
6
+
Y
+
7
+
U
+
8
+
I
+
A
+
Z
+
S
+
X
+
D
+
C
+
F
+
V
+
G
+
B
+
H
+
N
+
J
+
M
+
K
+
,
+
+
+
.
+
,
+
P
+
L
+
O
+
0
+
+
+
[enter]
+
[space]
+
[esc]
+
+
- background-color: #f004; - } - - Slidershim Layouts -
-
Keyboard 32-zone, Tasoller Layout
-
-
1
-
Q
-
2
-
W
-
3
-
E
-
4
-
R
-
5
-
T
-
6
-
Y
-
7
-
U
-
8
-
I
+
Keyboard 16-zone, Linear
+
A
Z
S
@@ -228,91 +370,6 @@
[esc]
-
-
Keyboard 32-zone, Yuancon Layout
-
-
5
-
3
-
1
-
Y
-
W
-
U
-
S
-
Q
-
O
-
M
-
K
-
I
-
G
-
E
-
C
-
A
-
6
-
4
-
2
-
Z
-
X
-
V
-
T
-
R
-
P
-
N
-
L
-
J
-
H
-
F
-
D
-
B
-
-
-
;
-
\
-
]
-
[
-
=
-
-
-
-
-
[enter]
-
[space]
-
[esc]
-
-
- -
-
Keyboard 16-zone, Linear
-
-
A
-
Z
-
S
-
X
-
D
-
C
-
F
-
V
-
G
-
B
-
H
-
N
-
J
-
M
-
K
-
,
-
-
-
]
-
[
-
;
-
.
-
'
-
/
-
-
-
[enter]
-
[space]
-
[esc]
-
-
Keyboard 8-zone, Linear
@@ -465,4 +522,5 @@
- + + \ No newline at end of file diff --git a/res/layouts/layout.png b/res/layouts/layout.png index 442ec25..ab5daaf 100644 Binary files a/res/layouts/layout.png and b/res/layouts/layout.png differ diff --git a/res/screenshots/demo.png b/res/screenshots/demo.png index df70c58..0d5739d 100644 Binary files a/res/screenshots/demo.png and b/res/screenshots/demo.png differ