-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Move keyboard USB IDs and strings to data driven: K #17846
Conversation
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.
Some general notes:
- Some of the KBDfans boards use
"manufacturer": "KBDfans"
, and others are set to"manufacturer": "KBDFans"
with a capital F. - Most boards with multiple revisions are now set to specify the revision in
"keyboard_name"
, which I think is a good change - but the Suihankey by kakunpc does not. Is that deliberate? keyboards/keyboardio/model01/config.h
still has the USB strings; they haven't been removed in the conversion to data-driven config.
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
I tried to keep whatever was there originally, and made tweaks as I thought necessary. I'm not too bothered by it; the only thing I don't touch is the VID/PID as that will break VIA. |
I looks like some of the kdbfans boards were not done (e.g. kbdfans/kbd75). Was this intentional? |
Yes: #16481 |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Description
Previous PR: #17837
Types of Changes
Issues Fixed or Closed by This PR
Checklist