forked from mirrors/qmk_userspace
		
	Remove invalid pin_compatible config from defaults (#19512)
This commit is contained in:
		
					parent
					
						
							
								c5e3275299
							
						
					
				
			
			
				commit
				
					
						f6023a36bc
					
				
			
		
					 1 changed files with 8 additions and 16 deletions
				
			
		| 
						 | 
					@ -13,38 +13,32 @@
 | 
				
			||||||
        "elite_pi": {
 | 
					        "elite_pi": {
 | 
				
			||||||
            "processor": "RP2040",
 | 
					            "processor": "RP2040",
 | 
				
			||||||
            "bootloader": "rp2040",
 | 
					            "bootloader": "rp2040",
 | 
				
			||||||
            "board": "QMK_PM2040",
 | 
					            "board": "QMK_PM2040"
 | 
				
			||||||
            "pin_compatible": "promicro"
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "proton_c": {
 | 
					        "proton_c": {
 | 
				
			||||||
            "processor": "STM32F303",
 | 
					            "processor": "STM32F303",
 | 
				
			||||||
            "bootloader": "stm32-dfu",
 | 
					            "bootloader": "stm32-dfu",
 | 
				
			||||||
            "board": "QMK_PROTON_C",
 | 
					            "board": "QMK_PROTON_C"
 | 
				
			||||||
            "pin_compatible": "promicro"
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "kb2040": {
 | 
					        "kb2040": {
 | 
				
			||||||
            "processor": "RP2040",
 | 
					            "processor": "RP2040",
 | 
				
			||||||
            "bootloader": "rp2040",
 | 
					            "bootloader": "rp2040",
 | 
				
			||||||
            "board": "QMK_PM2040",
 | 
					            "board": "QMK_PM2040"
 | 
				
			||||||
            "pin_compatible": "promicro"
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "promicro_rp2040": {
 | 
					        "promicro_rp2040": {
 | 
				
			||||||
            "processor": "RP2040",
 | 
					            "processor": "RP2040",
 | 
				
			||||||
            "bootloader": "rp2040",
 | 
					            "bootloader": "rp2040",
 | 
				
			||||||
            "board": "QMK_PM2040",
 | 
					            "board": "QMK_PM2040"
 | 
				
			||||||
            "pin_compatible": "promicro"
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "blok": {
 | 
					        "blok": {
 | 
				
			||||||
            "processor": "RP2040",
 | 
					            "processor": "RP2040",
 | 
				
			||||||
            "bootloader": "rp2040",
 | 
					            "bootloader": "rp2040",
 | 
				
			||||||
            "board": "QMK_PM2040",
 | 
					            "board": "QMK_PM2040"
 | 
				
			||||||
            "pin_compatible": "promicro"
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "bit_c_pro": {
 | 
					        "bit_c_pro": {
 | 
				
			||||||
            "processor": "RP2040",
 | 
					            "processor": "RP2040",
 | 
				
			||||||
            "bootloader": "rp2040",
 | 
					            "bootloader": "rp2040",
 | 
				
			||||||
            "board": "QMK_PM2040",
 | 
					            "board": "QMK_PM2040"
 | 
				
			||||||
            "pin_compatible": "promicro"
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "bluepill": {
 | 
					        "bluepill": {
 | 
				
			||||||
            "processor": "STM32F103",
 | 
					            "processor": "STM32F103",
 | 
				
			||||||
| 
						 | 
					@ -64,14 +58,12 @@
 | 
				
			||||||
        "stemcell": {
 | 
					        "stemcell": {
 | 
				
			||||||
            "processor": "STM32F411",
 | 
					            "processor": "STM32F411",
 | 
				
			||||||
            "bootloader": "tinyuf2",
 | 
					            "bootloader": "tinyuf2",
 | 
				
			||||||
            "board": "STEMCELL",
 | 
					            "board": "STEMCELL"
 | 
				
			||||||
            "pin_compatible": "promicro"
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "bonsai_c4": {
 | 
					        "bonsai_c4": {
 | 
				
			||||||
            "processor": "STM32F411",
 | 
					            "processor": "STM32F411",
 | 
				
			||||||
            "bootloader": "stm32-dfu",
 | 
					            "bootloader": "stm32-dfu",
 | 
				
			||||||
            "board": "BONSAI_C4",
 | 
					            "board": "BONSAI_C4"
 | 
				
			||||||
            "pin_compatible": "promicro"
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue