mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Fix new-keyboard default for RP2040 bootloader (#18100)
This commit is contained in:
		
							parent
							
								
									0fcebdcdf1
								
							
						
					
					
						commit
						9550cc464c
					
				@ -20,6 +20,7 @@ VUSB_PROCESSORS = 'atmega32a', 'atmega328p', 'atmega328', 'attiny85'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Bootloaders of the supported processors
 | 
					# Bootloaders of the supported processors
 | 
				
			||||||
MCU2BOOTLOADER = {
 | 
					MCU2BOOTLOADER = {
 | 
				
			||||||
 | 
					    "RP2040": "rp2040",
 | 
				
			||||||
    "MKL26Z64": "halfkay",
 | 
					    "MKL26Z64": "halfkay",
 | 
				
			||||||
    "MK20DX128": "halfkay",
 | 
					    "MK20DX128": "halfkay",
 | 
				
			||||||
    "MK20DX256": "halfkay",
 | 
					    "MK20DX256": "halfkay",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user