Skip to content

Commit ac5a6a0

Browse files
blackspherefollowerqdot
authored andcommitted
feat: Add support for Onyx+
This change still requires the updated device config, but right now the device config alone will present the Onyx+ as a vibe.
1 parent e482e8d commit ac5a6a0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Buttplug/Devices/Protocols/KiirooGen21Protocol.cs

+11
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,17 @@ internal struct KiirooGen21Type
8787
VibeOrder=new[]{0u},
8888
}
8989
},
90+
{
91+
"Onyx+",
92+
newKiirooGen21Type
93+
{
94+
Brand="Kiiroo",
95+
Name="Onyx+",
96+
HasLinear=true,
97+
VibeCount=0,
98+
VibeOrder=newuint[0],
99+
}
100+
},
90101
};
91102

92103
privatereadonlyKiirooGen21Type_devInfo;

0 commit comments

Comments
 (0)
close