Skip to content

Add BlackWidow V3 Mini Hyperspeed device support - #968

Open
harshaaaaw wants to merge 1 commit into
1kc:masterfrom
harshaaaaw:feat/blackwidow-v3-mini
Open

Add BlackWidow V3 Mini Hyperspeed device support#968
harshaaaaw wants to merge 1 commit into
1kc:masterfrom
harshaaaaw:feat/blackwidow-v3-mini

Conversation

@harshaaaaw

Copy link
Copy Markdown

What

Adds a device config (src/devices/blackwidow_v3_mini.json) for the Razer BlackWidow V3 Mini Hyperspeed wireless keyboard.

How it works

The device config declares the product ID 0x0271 (dongle) and the wired USB ID 0x0258 from the issue. The device is auto-discovered by razerdevicemanager.js via require.context('../devices', true, /\.json$/i), so no registration change is needed — only the JSON config.

Testing

  • JSON validated as well-formed.
  • Mirrors the existing blackwidow_v3.json / blackwidow_v3_tk.json format.
  • No test suite exists for this repo (Electron app, build-only).

Closes #409

Adds a device config for the Razer BlackWidow V3 Mini Hyperspeed wireless
keyboard. The dongle product ID is 0x0271 and the wired USB ID is 0x0258
(from the IssueHunt-funded request).

The device is auto-discovered by razerdevicemanager.js via
require.context('../devices', true, /\.json$/i), so no registration change
is needed — only the JSON config.

Closes 1kc#409
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.

BlackWidow V3 mini hyperspeed

2 participants