1
0
Fork 0

Add Bit-C PRO converter (#17827)

This commit is contained in:
Jay Greco 2022-08-13 06:48:30 -07:00 committed by GitHub
parent fc7e9efd21
commit 4eeafbebab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 62 additions and 2 deletions

View file

@ -34,6 +34,12 @@
"board": "QMK_PM2040",
"pin_compatible": "promicro"
},
"bit_c_pro": {
"processor": "RP2040",
"bootloader": "rp2040",
"board": "QMK_PM2040",
"pin_compatible": "promicro"
},
"bluepill": {
"processor": "STM32F103",
"bootloader": "stm32duino",