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

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Buttplug/Devices/Protocols/KiirooGen21Protocol.cs

Lines changed: 11 additions & 0 deletions
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+
new KiirooGen21Type
93+
{
94+
Brand = "Kiiroo",
95+
Name = "Onyx+",
96+
HasLinear = true,
97+
VibeCount = 0,
98+
VibeOrder = new uint[0],
99+
}
100+
},
90101
};
91102

92103
private readonly KiirooGen21Type _devInfo;

0 commit comments

Comments
 (0)