diff --git a/src/supported-mice.ts b/src/supported-mice.ts index 288ef22b..a224766c 100644 --- a/src/supported-mice.ts +++ b/src/supported-mice.ts @@ -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,