Skip to content
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

qmk new-keyboard: Add default bootloader for RP2040 #18161

Closed
wants to merge 1 commit into from

Conversation

sol
Copy link

@sol sol commented Aug 25, 2022

Use rp2040 instead of custom when MCU is RP2040.

NOTE: This was already working for kb2040 and promicro_rp2040 as
they derive their bootloader from data/mappings/defaults.json.
However, if you selected RP2040 as MCU then you would end up with
custom, which I'm not sure is ever useful.

Use `rp2040` instead of `custom` when MCU is `RP2040`.

NOTE: This was already working for `kb2040` and `promicro_rp2040` as
they derive their bootloader from `data/mappings/defaults.json`.
However, if you selected `RP2040` as MCU then you would end up with
`custom`, which I'm not sure is ever useful.
@github-actions github-actions bot added cli qmk cli command python labels Aug 25, 2022
@fauxpark
Copy link
Member

Already fixed by #18100

@fauxpark fauxpark closed this Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli qmk cli command python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants