Skip to content

Commit

Permalink
Set default board files for uf2boot bootloader (#22129)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Sep 25, 2023
1 parent a4760c4 commit 61702b2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion keyboards/jacky_studio/piggy60/rev2/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"board": "STM32_F103_STM32DUINO",
"bootloader": "uf2boot",
"diode_direction": "ROW2COL",
"community_layouts": ["60_hhkb", "60_tsangan_hhkb"],
Expand Down
1 change: 0 additions & 1 deletion keyboards/ymdk/id75/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"keyboard_name": "Idobao x YMDK ID75",
"maintainer": "qmk",
"bootloader": "uf2boot",
"board": "STM32_F103_STM32DUINO",
"diode_direction": "ROW2COL",
"features": {
"bootmagic": true,
Expand Down
1 change: 1 addition & 0 deletions platforms/chibios/bootloader.mk
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ ifeq ($(strip $(BOOTLOADER)), tinyuf2)
endif
ifeq ($(strip $(BOOTLOADER)), uf2boot)
OPT_DEFS += -DBOOTLOADER_UF2BOOT
BOARD = STM32_F103_STM32DUINO
BOOTLOADER_TYPE = uf2boot
FIRMWARE_FORMAT = uf2
endif
Expand Down

0 comments on commit 61702b2

Please sign in to comment.