Skip to content

device-images: resolve the DeathAdder V3 Pro to the V3 render - #273

Open
EmreO33 wants to merge 1 commit into
OpenMouse-Project:mainfrom
EmreO33:deathadder-v3-pro-artwork
Open

EmreO33 wants to merge 1 commit into
OpenMouse-Project:mainfrom
EmreO33:deathadder-v3-pro-artwork

Conversation

@EmreO33

@EmreO33 EmreO33 commented Sep 15, 2026

Copy link
Copy Markdown

Summary

With a DeathAdder V3 Pro connected, the device panel showed the generic placeholder. The V3 rule in src/ui/device-images.ts had (?!\s*pro\b) on purpose, because the V3 Pro was still test-needed and the file deliberately leaves those models out.

The V3 Pro has now been verified on hardware on both transports (0x00b6 wired, 0x00b7 receiver) (OpenMouse-Project/mouse-protocol#107), so this drops the exclusion. The V3 and V3 Pro are one shell (the Pro just has no cable), so it shares razer-deathadder-v3.png the same way the V2 / V2 Pro / Essential family already shares one render. Tests updated: the driver-reported name "Razer DeathAdder V3 Pro" and "DeathAdder V3 Pro (Wired)" both resolve, and isUnknownDevice is false.

Heads-up for maintainers: the V3 render is not in the bucket

https://img.openmouse.app/razer-deathadder-v3.png returns 404 today (checked 2026-09-15), so neither the V3 nor the V3 Pro will actually show art until it is uploaded, and the SHOWCASE_DEVICE_FILENAMES entry for it 404s too despite the comment saying every showcase file was checked. The Desktop repo has a normalized copy at public/devices/razer-deathadder-v3.png (1026x1026 RGBA) that could be uploaded as is. I added a note to public/devices/README.md; I have not touched the showcase list. A dedicated cable-free V3 Pro render would be a nice follow-up but isn't needed for this to work.

Tests

node --test src/ui/device-images.test.ts: 39/39 pass. tsc --noEmit clean.

The V3 Pro was deliberately excluded from the DeathAdder V3 rule while it was
test-needed, so it fell to the generic placeholder. It has since been verified
on hardware (mouse-protocol 0x00b7, firmware 2.1). The V3 and V3 Pro are one
shell (the Pro drops the cable), so it shares razer-deathadder-v3.png the way
the V2 family already shares one render.

Note in the artwork README that razer-deathadder-v3.png is currently missing
from the img.openmouse.app bucket (404), so both V3 models, and the showcase
entry that lists it, need a maintainer upload before the art actually shows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant