Skip to content

Commit f0ed581

Browse files
committed
update readme and bump version
1 parent 62551a2 commit f0ed581

File tree

7 files changed

+35
-4
lines changed

7 files changed

+35
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
1212

1313
## Changelog
1414

15+
- v0.2.7
16+
- Add HORI Project Diva gamepad output and lighting mode
1517
- v0.2.6
1618
- Add Yubideck controller support
1719
- Add option to change Brokenithm sever port

res/layouts/index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@
108108
"ll lr fl fl fr fr rl rr";
109109
}
110110

111+
.ground.ground-diva {
112+
grid: repeat(2, 1fr) / repeat(4, 1fr);
113+
grid-template-areas:
114+
"sl sl sl sl"
115+
"a b c d";
116+
}
117+
111118
.air {
112119
grid-area: a;
113120

@@ -417,5 +424,25 @@
417424
<div>[guide]</div>
418425
</div>
419426
</div>
427+
<div class="layout">
428+
<div class="name">PS4, HORI DIVA Future Tone ASC Layout</div>
429+
<div class="ground ground-diva">
430+
<div style="grid-area: sl">[slider]</div>
431+
<div style="grid-area: a">Triangle</div>
432+
<div style="grid-area: b">Square</div>
433+
<div style="grid-area: c">Cross</div>
434+
<div style="grid-area: d">Circle</div>
435+
</div>
436+
<div class="air air-single">
437+
<div>
438+
<span style="writing-mode: vertical-lr">[disabled]</span>
439+
</div>
440+
</div>
441+
<div class="extra">
442+
<div>[disabled]</div>
443+
<div>[disabled]</div>
444+
<div>[disabled]</div>
445+
</div>
446+
</div>
420447
</body>
421448
</html>

res/layouts/layout.png

6.78 KB
Loading

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slidershim"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = "slidershim"
55
authors = ["4yn"]
66
license = ""

src-tauri/README.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
33
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
44
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
5-
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.6
5+
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.7
66
===============================================
77

88
https://github.com/4yn/slidershim
99

1010
# Changelog
1111

12+
- v0.2.7
13+
- Add HORI Project Diva gamepad output and lighting mode
1214
- v0.2.6
1315
- Add Yubideck controller support
1416
- Add option to change Brokenithm sever port

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "slidershim",
4-
"version": "0.2.6"
4+
"version": "0.2.7"
55
},
66
"build": {
77
"distDir": "../public",

0 commit comments

Comments
 (0)