1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
}
}
}
}