1
0
mirror of https://github.com/4yn/slidershim.git synced 2025-03-01 15:40:28 +01:00

update readme

This commit is contained in:
4yn 2022-06-26 01:16:09 +08:00
parent d81664ba7c
commit 486120d9c0
4 changed files with 309 additions and 248 deletions

View File

@ -12,6 +12,9 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
## Changelog ## Changelog
- v0.3.0
- Add UMIGURI LED controller server support
- Add UMIGURI default keyboard layout
- v0.2.8 - v0.2.8
- Add slider only layout (no buttons) for Project Diva gamepad output - Add slider only layout (no buttons) for Project Diva gamepad output
- Add options button to Project Diva gamepad output - Add options button to Project Diva gamepad output

View File

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
@ -18,19 +19,23 @@
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
gap: 1rem; gap: 1rem;
} }
h1, h1,
h2, h2,
h3 { h3 {
line-height: 1.2; line-height: 1.2;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
body { body {
color: #ccc; color: #ccc;
background: black; background: black;
} }
a:link { a:link {
color: #5bf; color: #5bf;
} }
a:visited { a:visited {
color: #ccf; color: #ccf;
} }
@ -176,8 +181,9 @@
} }
</style> </style>
<title>Slidershim Layouts</title> <title>Slidershim Layouts</title>
</head> </head>
<body>
<body>
<div class="layout"> <div class="layout">
<div class="name">Keyboard 32-zone, Tasoller Layout</div> <div class="name">Keyboard 32-zone, Tasoller Layout</div>
<div class="ground ground-32"> <div class="ground ground-32">
@ -278,6 +284,57 @@
<div>[esc]</div> <div>[esc]</div>
</div> </div>
</div> </div>
<div class="layout">
<div class="name">Keyboard 32-zone, UMIGURI Layout</div>
<div class="ground ground-32">
<div>1</div>
<div>Q</div>
<div>2</div>
<div>W</div>
<div>3</div>
<div>E</div>
<div>4</div>
<div>R</div>
<div>5</div>
<div>T</div>
<div>6</div>
<div>Y</div>
<div>7</div>
<div>U</div>
<div>8</div>
<div>I</div>
<div>A</div>
<div>Z</div>
<div>S</div>
<div>X</div>
<div>D</div>
<div>C</div>
<div>F</div>
<div>V</div>
<div>G</div>
<div>B</div>
<div>H</div>
<div>N</div>
<div>J</div>
<div>M</div>
<div>K</div>
<div>,</div>
</div>
<div class="air">
<div>.</div>
<div>,</div>
<div>P</div>
<div>L</div>
<div>O</div>
<div>0</div>
</div>
<div class="extra">
<div>[enter]</div>
<div>[space]</div>
<div>[esc]</div>
</div>
</div>
<body> <body>
<div class="layout"> <div class="layout">
<div class="name">Keyboard 16-zone, Linear</div> <div class="name">Keyboard 16-zone, Linear</div>
@ -465,4 +522,5 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 24 KiB