Add Elite-Pi converter (#18236)

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
Danny
2022-09-08 14:59:27 -04:00
committed by GitHub
parent 3e0a22d532
commit fb6e821541
6 changed files with 58 additions and 3 deletions

View File

@@ -10,6 +10,12 @@
"bootloader": "atmel-dfu",
"pin_compatible": "promicro"
},
"elite_pi": {
"processor": "RP2040",
"bootloader": "rp2040",
"board": "QMK_PM2040",
"pin_compatible": "promicro"
},
"proton_c": {
"processor": "STM32F303",
"bootloader": "stm32-dfu",