Add Blok 2040 conversion (#17603)
This commit is contained in:
		
							parent
							
								
									4efe6330c4
								
							
						
					
					
						commit
						d510e80b89
					
				
					 5 changed files with 57 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -28,6 +28,12 @@
 | 
			
		|||
            "board": "QMK_PM2040",
 | 
			
		||||
            "pin_compatible": "promicro"
 | 
			
		||||
        },
 | 
			
		||||
        "blok": {
 | 
			
		||||
            "processor": "RP2040",
 | 
			
		||||
            "bootloader": "rp2040",
 | 
			
		||||
            "board": "QMK_PM2040",
 | 
			
		||||
            "pin_compatible": "promicro"
 | 
			
		||||
        },
 | 
			
		||||
        "bluepill": {
 | 
			
		||||
            "processor": "STM32F103",
 | 
			
		||||
            "bootloader": "stm32duino",
 | 
			
		||||
| 
						 | 
				
			
			@ -44,4 +50,4 @@
 | 
			
		|||
            "board": "BLACKPILL_STM32_F411"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,7 +34,7 @@
 | 
			
		|||
        },
 | 
			
		||||
        "development_board": {
 | 
			
		||||
            "type": "string",
 | 
			
		||||
            "enum": ["promicro", "elite_c", "proton_c", "kb2040", "promicro_rp2040", "bluepill", "blackpill_f401", "blackpill_f411"]
 | 
			
		||||
            "enum": ["promicro", "elite_c", "proton_c", "kb2040", "promicro_rp2040", "blok", "bluepill", "blackpill_f401", "blackpill_f411"]
 | 
			
		||||
        },
 | 
			
		||||
        "pin_compatible": {
 | 
			
		||||
            "type": "string",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue