mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
Add missing BOOTLOADER
for a handful of boards (#16225)
This commit is contained in:
parent
e16dd1bcc0
commit
f4f3bf81c7
@ -4,6 +4,7 @@
|
|||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"debounce": 5,
|
"debounce": 5,
|
||||||
"processor": "MK20DX256",
|
"processor": "MK20DX256",
|
||||||
|
"bootloader": "halfkay",
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"debounce": 5,
|
"debounce": 5,
|
||||||
"processor": "MKL26Z64",
|
"processor": "MKL26Z64",
|
||||||
|
"bootloader": "halfkay",
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# MCU name
|
# MCU name
|
||||||
MCU = MKL26Z64
|
MCU = MKL26Z64
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = halfkay
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# change yes to no to disable
|
# change yes to no to disable
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# MCU name
|
# MCU name
|
||||||
MCU = STM32L433
|
MCU = STM32L433
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = stm32-dfu
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# change yes to no to disable
|
# change yes to no to disable
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# MCU name
|
# MCU name
|
||||||
MCU = STM32L433
|
MCU = STM32L433
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = stm32-dfu
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# change yes to no to disable
|
# change yes to no to disable
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# MCU name
|
# MCU name
|
||||||
MCU = STM32L433
|
MCU = STM32L433
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = stm32-dfu
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# change yes to no to disable
|
# change yes to no to disable
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# MCU name
|
# MCU name
|
||||||
MCU = STM32L433
|
MCU = STM32L433
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = stm32-dfu
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# change yes to no to disable
|
# change yes to no to disable
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user