1
0
Fork 0

Add frameworking for development board presets (#16637)

* Add frameworking for development board presets

* Update lib/python/qmk/info.py

Co-authored-by: Nick Brassel <nick@tzarc.org>

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Joel Challis 2022-04-03 18:45:10 +01:00 committed by GitHub
parent 1660b2d2e2
commit c0ac3f7372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"development_board": {
"promicro": {
"processor": "atmega32u4",
"bootloader": "caterina"
},
"elite_c": {
"processor": "atmega32u4",
"bootloader": "atmel-dfu"
},
"proton_c": {
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"board": "QMK_PROTON_C"
}
}
}