Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions src/supported-mice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,32 +187,32 @@ export const MICE: Mouse[] = [

// ATTACK SHARK ────────────────────────────────────────────────────────
{ brand: "Attack Shark", model: "X3", status: "likely", req: 15,
note: "Driver implemented (0x25a7 family) — needs hardware test" },
note: "0x25a7 GearHub protocol — needs hardware test" },
{ brand: "Attack Shark", model: "X11", status: "likely", req: 10,
note: "Driver implemented (0x1d57 / 0x25a7 families) — needs hardware test" },
{ brand: "Attack Shark", model: "R5 Ultra", status: "supported", req: 7,
pids: [0x0046, 0x0047],
note: "PIDs 0x0046/0x0047 in the CompX/Lamzu driver (R5 Ultra profile)" },
{ brand: "Attack Shark", model: "X6", status: "likely", req: 5,
note: "Driver implemented (0x25a7 family) — needs hardware test" },
note: "0x25a7 GearHub protocol — needs hardware test" },
{ brand: "Attack Shark", model: "R3", status: "likely", req: 4,
note: "Driver implemented (0x373e family) — needs hardware test" },
{ brand: "Attack Shark", model: "R1", status: "likely", req: 3,
note: "Driver implemented (0x1d57 family) — needs hardware test" },
{ brand: "Attack Shark", model: "X8 Ultra", status: "likely", req: 3,
note: "Driver implemented (0x25a7 family) — needs hardware test" },
{ brand: "Attack Shark", model: "X8 SE", status: "likely", req: 3,
note: "Driver implemented (0x25a7 family) — needs hardware test" },
note: "0x25a7 GearHub protocol — needs hardware test" },
{ brand: "Attack Shark", model: "X8 SE", status: "supported", req: 2,
note: "0x25a7 GearHub protocol — DPI, polling, firmware" },
{ brand: "Attack Shark", model: "X1", status: "likely", req: 2,
note: "Driver implemented (0x25a7 family) — needs hardware test" },
note: "0x25a7 GearHub protocol — needs hardware test" },
{ brand: "Attack Shark", model: "V3 Pro", status: "likely", req: 1,
note: "Driver implemented (0x25a7 family) — needs hardware test" },
note: "0x25a7 GearHub protocol — needs hardware test" },
{ brand: "Attack Shark", model: "X3 Pro", status: "likely", req: 1,
note: "Driver implemented (0x25a7 family) — needs hardware test" },
note: "0x25a7 GearHub protocol — needs hardware test" },
{ brand: "Attack Shark", model: "X11 SE", status: "likely", req: 1,
note: "Driver implemented (0x1d57 / 0x25a7 families) — needs hardware test" },
{ brand: "Attack Shark", model: "X8 PLUS", status: "likely", req: 1,
note: "Driver implemented (0x25a7 family) — needs hardware test" },
note: "0x25a7 GearHub protocol — needs hardware test" },
{ brand: "Attack Shark", model: "X12", status: "likely", req: 1,
note: "Driver implemented (0x25a7 family) — needs hardware test" },
{ brand: "Attack Shark", model: "R6", status: "likely", req: 1,
Expand Down