Added HyperX Cloud Stinger 2 Wireless support

This commit is contained in:
LennardKittner
2024-05-29 20:33:31 +02:00
parent a14f970c9c
commit 7e2c301091
2 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ use thistermination::TerminationFull;
// Possible vendor IDs [hyperx , HP]
const VENDOR_IDS: [u16; 2] = [0x0951, 0x03F0];
// Possible Cloud II Wireless product IDs
const PRODUCT_IDS: [u16; 2] = [0x1718, 0x018B];
const PRODUCT_IDS: [u16; 3] = [0x1718, 0x018B, 0x0D93];
const BATTERY_LEVEL_INDEX: usize = 7;
const CHARGING_PREAMBLE: [u8; 5] = [6, 255, 187, 2, 0];