Skip to content

Changing VID for Southpaw65ext#26104

Open
sigman78 wants to merge 6 commits intoqmk:masterfrom
sigman78:sigman/southpaw_65_upd
Open

Changing VID for Southpaw65ext#26104
sigman78 wants to merge 6 commits intoqmk:masterfrom
sigman78:sigman/southpaw_65_upd

Conversation

@sigman78
Copy link
Copy Markdown
Contributor

Description

Change keyboard VID for adding VIA support

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

"maintainer": "qmk",
"usb": {
"vid": "0xFEED",
"vid": "0xA103",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't appear to be an ai03 board/design. Should probably change to be different

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to 0x1209

Copy link
Copy Markdown
Member

@zvecr zvecr Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You cant just set it to a pid.codes vendor ID without going through their process of assigning a product ID.

It doesnt appear to be open hardware, so wouldnt be able to meet their criteria.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Any links / doc which VID to pick? Im going through that process to add VIA support for the board.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically any unused, the further past 0x4000, the better.

You can check usage with:
https://www.the-sz.com/products/usbid/index.php
https://yanfali.github.io/qmk_usb_usage/

@sigman78 sigman78 requested a review from drashna March 28, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants