Migrate content where only parent info.json exists (#22895)
This commit is contained in:
parent
f1a279810f
commit
aea414fd82
43 changed files with 171 additions and 247 deletions
3
keyboards/mechwild/sugarglider/f401/keyboard.json
Normal file
3
keyboards/mechwild/sugarglider/f401/keyboard.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"development_board": "blackpill_f401"
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
# MCU name
|
||||
MCU = STM32F401
|
||||
BOARD = BLACKPILL_STM32_F401
|
3
keyboards/mechwild/sugarglider/f411/keyboard.json
Normal file
3
keyboards/mechwild/sugarglider/f411/keyboard.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"development_board": "blackpill_f411"
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
# MCU name
|
||||
MCU = STM32F411
|
||||
BOARD = BLACKPILL_STM32_F411
|
|
@ -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,
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"development_board": "blackpill_f401"
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
# MCU name
|
||||
MCU = STM32F401
|
||||
BOARD = BLACKPILL_STM32_F401
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"development_board": "blackpill_f411"
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
# MCU name
|
||||
MCU = STM32F411
|
||||
BOARD = BLACKPILL_STM32_F411
|
Loading…
Add table
Add a link
Reference in a new issue