-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the VID and PID of the file kb38 info.json #23393
Conversation
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Less/Rikki <[email protected]>
Co-authored-by: Less/Rikki <[email protected]>
Co-authored-by: Less/Rikki <[email protected]>
Co-authored-by: Less/Rikki <[email protected]>
Co-authored-by: Less/Rikki <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keyboard updates must target the develop
branch.
@waffle87 Hi,can I change the PID and VID of the file info.json? I want via supported, but the PID and VID is wrong format. Thank you! |
"pid": "0x0000", | ||
"vid": "0xFEED" | ||
"pid": "0x3801", | ||
"vid": "0xD010" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused by this change, I first remarked on this over on the via repo, but it seems like the kb38 I have reports a vid
of 0xFEED
(matching the old value), and a pid of 0x6060
(which doesn't match either the old or new value for this, but does match the pid
in the via
dev json linked on the keebmonkey wiki. Is this something there's a firmware update in the works to change or something?
Our client wants the keyboard to support VIA's automatic recognition, just like this website https://usevia.app/
But now the QMK environment no longer supports the current VID and PID
So we need change the VID and PID to support the new environment.
原始邮件
发件人:"Wesley Wigham"< ***@***.*** >;
发件时间:2024/4/25 9:43
收件人:"qmk/qmk_firmware"< ***@***.*** >;
抄送人:"DOIO2022"< ***@***.*** >;"Author"< ***@***.*** >;
主题:Re: [qmk/qmk_firmware] Change the VID and PID of the file kb38info.json (PR #23393)
@weswigham commented on this pull request.
In keyboards/doio/kb38/info.json:
> @@ -22,8 +22,8 @@ "processor": "atmega32u4", "usb": { "device_version": "1.0.0", - "pid": "0x0000", - "vid": "0xFEED" + "pid": "0x3801", + "vid": "0xD010"
I'm confused by this change, I first remarked on this over on the via repo, but it seems like the kb38 I have reports a vid of 0xFEED (matching the old value), and a pid of 0x6060 (which doesn't match either the old or new value for this, but does match the pid in the via dev json linked on the keebmonkey wiki. Is this something there's a firmware update in the works to change or something?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Right, but if these values don't match what the device actually reports for pid/vid, it won't be detected anyway, no? (At least via won't, anyway) |
Furthermore, the vendor id it was changed to here, 0xD010 (53264 in decimal) doesn't seem to be in the registry of valid USB vendor IDs, but I don't really care about that so much as it just not being what the device reports, so just not being useful. 🤷♂️ |
Yes. So we want change the VID and PID of the info.json in the qmk, and then upload the layout to via GitHub to achieve automatic recognition
原始邮件
发件人:"Wesley Wigham"< ***@***.*** >;
发件时间:2024/4/25 15:02
收件人:"qmk/qmk_firmware"< ***@***.*** >;
抄送人:"DOIO2022"< ***@***.*** >;"Author"< ***@***.*** >;
主题:Re: [qmk/qmk_firmware] Change the VID and PID of the file kb38info.json (PR #23393)
Right, but if these values don't match what the device actually reports for pid/vid, it won't be detected anyway, no? (At least via won't, anyway)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Description
Change the VID and PID of the file kb38 info.json
Types of Changes
Issues Fixed or Closed by This PR
Checklist