Add Blok 2040 conversion (#17603)

This commit is contained in:
Albert Y
2022-07-21 07:54:05 +08:00
committed by GitHub
parent 4efe6330c4
commit d510e80b89
5 changed files with 57 additions and 3 deletions

View File

@@ -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"
}
}
}
}