~ruther/qmk_firmware

9550cc464cd0579071cf490b6f3c9d151d336bd9 — Joel Challis 3 years ago 0fcebdc
Fix new-keyboard default for RP2040 bootloader (#18100)

1 files changed, 1 insertions(+), 0 deletions(-)

M lib/python/qmk/constants.py
M lib/python/qmk/constants.py => lib/python/qmk/constants.py +1 -0
@@ 20,6 20,7 @@ VUSB_PROCESSORS = 'atmega32a', 'atmega328p', 'atmega328', 'attiny85'

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