-
-
Notifications
You must be signed in to change notification settings - Fork 40.5k
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
[Feature Request] Add output file argument to qmk compile
#22590
Comments
|
I would also suggest adding |
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
#22887 should sort this out by restoring original behaviour. |
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
Feature Request Type
Description
Prior to #22221, the command
qmk compile -e CONVERT_TO=liatris --keyboard splitkb/kyria/rev3 --keymap default
would produce the filesplitkb_kyria_rev3_default_liatris.uf2
. After #22221, the same command would produce the filesplitkb_kyria_rev3_default.uf2
.Although a minor change and easily resolved, this change did break our CI pipeline and as far as I can tell wasn't documented.
It would be neat if there was a way to do
qmk compile (..) --output firmware.uf2
. This would get rid of the whole "guess what filename QMK is going to use" part, and make it a lot easier to set up reliable CI pipelines.The text was updated successfully, but these errors were encountered: