-
-
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
Automate "Data Driven" migrations? #17820
Conversation
How disruptive is this to the rest of the |
It is more disruptive, mostly in the area of layout macros. Next iteration I plan to add will be for layout macros, so bulk changes in that area wont matter as much. Nothing will stop manual migrations, however an automated process potentially needs less review. Longer term, |
Thank you for your contribution! |
bad stalebot |
Thank you for your contribution! |
737c866
to
8605f99
Compare
8605f99
to
5720683
Compare
Description
$ qmk migrate -kb zvecr/split_blackpill -f VENDOR_ID -f PRODUCT_ID Ψ Migrating keyboard zvecr/split_blackpill. Ψ Migrating file keyboards/zvecr/split_blackpill/config.h Ψ Migrating PRODUCT_ID... Ψ Migrating VENDOR_ID... Ψ Migrating file keyboards/zvecr/split_blackpill/rules.mk Ψ Updating keyboards/zvecr/split_blackpill/info.json Ψ Migration of keyboard zvecr/split_blackpill complete! Ψ Verify build with qmk compile -kb zvecr/split_blackpill -km default
Might be of use for the current USB config -> DD efforts.
Types of Changes
Checklist