Skip to content

Commit

Permalink
Fix new-keyboard default for RP2040 bootloader (#18100)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Aug 19, 2022
1 parent 0fcebdc commit 9550cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/qmk/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

# Bootloaders of the supported processors
MCU2BOOTLOADER = {
"RP2040": "rp2040",
"MKL26Z64": "halfkay",
"MK20DX128": "halfkay",
"MK20DX256": "halfkay",
Expand Down

0 comments on commit 9550cc4

Please sign in to comment.