Skip to content

Commit ea86959

Browse files
zvecrmechlovin
authored andcommitted
Set default board files for uf2boot bootloader (qmk#22129)
1 parent bb3fa55 commit ea86959

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

keyboards/jacky_studio/piggy60/rev2/info.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"board": "STM32_F103_STM32DUINO",
32
"bootloader": "uf2boot",
43
"diode_direction": "ROW2COL",
54
"community_layouts": ["60_hhkb", "60_tsangan_hhkb"],

keyboards/ymdk/id75/info.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"keyboard_name": "Idobao x YMDK ID75",
44
"maintainer": "qmk",
55
"bootloader": "uf2boot",
6-
"board": "STM32_F103_STM32DUINO",
76
"diode_direction": "ROW2COL",
87
"features": {
98
"bootmagic": true,

platforms/chibios/bootloader.mk

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ ifeq ($(strip $(BOOTLOADER)), tinyuf2)
107107
endif
108108
ifeq ($(strip $(BOOTLOADER)), uf2boot)
109109
OPT_DEFS += -DBOOTLOADER_UF2BOOT
110+
BOARD = STM32_F103_STM32DUINO
110111
BOOTLOADER_TYPE = uf2boot
111112
FIRMWARE_FORMAT = uf2
112113
endif

0 commit comments

Comments
 (0)