Browse Source

Fix new-keyboard default for RP2040 bootloader (#18100)

Joel Challis 4 years ago
parent
commit
9550cc464c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/python/qmk/constants.py

+ 1 - 0
lib/python/qmk/constants.py

@@ -20,6 +20,7 @@ VUSB_PROCESSORS = 'atmega32a', 'atmega328p', 'atmega328', 'attiny85'
 
 # Bootloaders of the supported processors
 MCU2BOOTLOADER = {
+    "RP2040": "rp2040",
     "MKL26Z64": "halfkay",
     "MK20DX128": "halfkay",
     "MK20DX256": "halfkay",