forked from mirrors/qmk_firmware
Set default board files for uf2boot bootloader (#22129)
This commit is contained in:
parent
a4760c4d1b
commit
61702b2564
3 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"board": "STM32_F103_STM32DUINO",
|
|
||||||
"bootloader": "uf2boot",
|
"bootloader": "uf2boot",
|
||||||
"diode_direction": "ROW2COL",
|
"diode_direction": "ROW2COL",
|
||||||
"community_layouts": ["60_hhkb", "60_tsangan_hhkb"],
|
"community_layouts": ["60_hhkb", "60_tsangan_hhkb"],
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
"keyboard_name": "Idobao x YMDK ID75",
|
"keyboard_name": "Idobao x YMDK ID75",
|
||||||
"maintainer": "qmk",
|
"maintainer": "qmk",
|
||||||
"bootloader": "uf2boot",
|
"bootloader": "uf2boot",
|
||||||
"board": "STM32_F103_STM32DUINO",
|
|
||||||
"diode_direction": "ROW2COL",
|
"diode_direction": "ROW2COL",
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
|
|
|
@ -107,6 +107,7 @@ ifeq ($(strip $(BOOTLOADER)), tinyuf2)
|
||||||
endif
|
endif
|
||||||
ifeq ($(strip $(BOOTLOADER)), uf2boot)
|
ifeq ($(strip $(BOOTLOADER)), uf2boot)
|
||||||
OPT_DEFS += -DBOOTLOADER_UF2BOOT
|
OPT_DEFS += -DBOOTLOADER_UF2BOOT
|
||||||
|
BOARD = STM32_F103_STM32DUINO
|
||||||
BOOTLOADER_TYPE = uf2boot
|
BOOTLOADER_TYPE = uf2boot
|
||||||
FIRMWARE_FORMAT = uf2
|
FIRMWARE_FORMAT = uf2
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue