Migrate content where only parent info.json exists (#22895)

This commit is contained in:
Joel Challis 2024-03-14 10:21:33 +00:00 committed by GitHub
parent f1a279810f
commit aea414fd82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 171 additions and 247 deletions

View file

@ -0,0 +1,3 @@
{
"development_board": "blackpill_f401"
}

View file

@ -1,3 +0,0 @@
# MCU name
MCU = STM32F401
BOARD = BLACKPILL_STM32_F401

View file

@ -0,0 +1,3 @@
{
"development_board": "blackpill_f411"
}

View file

@ -1,3 +0,0 @@
# MCU name
MCU = STM32F411
BOARD = BLACKPILL_STM32_F411

View file

@ -3,7 +3,6 @@
"keyboard_name": "Sugar Glider",
"maintainer": "kylemccreery",
"url": "https://mechwild.com/product/sugar-glider/",
"bootloader": "stm32-dfu",
"features": {
"bootmagic": true,
"command": false,

View file

@ -0,0 +1,3 @@
{
"development_board": "blackpill_f401"
}

View file

@ -1,3 +0,0 @@
# MCU name
MCU = STM32F401
BOARD = BLACKPILL_STM32_F401

View file

@ -0,0 +1,3 @@
{
"development_board": "blackpill_f411"
}

View file

@ -1,3 +0,0 @@
# MCU name
MCU = STM32F411
BOARD = BLACKPILL_STM32_F411