Skip to content
Draft
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
5 changes: 3 additions & 2 deletions src/supported-mice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,9 @@ export const MICE: Mouse[] = [
{ brand: "Lamzu", model: "Maya X", status: "supported", req: 1,
pids: [0x001c, 0x001d, 0x001e],
note: "PIDs 0x001c/0x001d/0x001e in Lamzu driver" },
{ brand: "Lamzu", model: "Inca", status: "quickwin", req: 1,
note: "CompX protocol implemented; Inca PID not yet in driver" },
{ brand: "Lamzu", model: "Inca", status: "pr", req: 1,
pids: [0x0009, 0x000f, 0x0010],
note: "Inca 8K enumerates under Lamzu's own VID 0x37b0, not the shared CompX 0x373e; read-only support open in mouse-protocol" },
{ brand: "Lamzu", model: "Thorn", status: "quickwin", req: 1,
note: "CompX protocol implemented; Thorn PID not yet in driver" },
{ brand: "CRDRAKO", model: "KO-ONE", status: "supported", req: 1,
Expand Down