~ruther/qmk_firmware

f4f3bf81c79516b3ad1a0e8c05ef8986f8b546eb — Ryan 3 years ago e16dd1b
Add missing `BOOTLOADER` for a handful of boards (#16225)

M keyboards/ez_maker/directpins/teensy_32/info.json => keyboards/ez_maker/directpins/teensy_32/info.json +1 -0
@@ 4,6 4,7 @@
    "maintainer": "skullydazed",
    "debounce": 5,
    "processor": "MK20DX256",
    "bootloader": "halfkay",
    "features": {
        "bootmagic": true,
        "extrakey": true,

M keyboards/ez_maker/directpins/teensy_lc/info.json => keyboards/ez_maker/directpins/teensy_lc/info.json +1 -0
@@ 4,6 4,7 @@
    "maintainer": "skullydazed",
    "debounce": 5,
    "processor": "MKL26Z64",
    "bootloader": "halfkay",
    "features": {
        "bootmagic": true,
        "extrakey": true,

M keyboards/handwired/twadlee/tp69/rules.mk => keyboards/handwired/twadlee/tp69/rules.mk +3 -0
@@ 1,6 1,9 @@
# MCU name
MCU = MKL26Z64

# Bootloader selection
BOOTLOADER = halfkay

# Build Options
#   change yes to no to disable
#

M keyboards/keychron/q2/rev_0110/rules.mk => keyboards/keychron/q2/rev_0110/rules.mk +3 -0
@@ 1,6 1,9 @@
# MCU name
MCU = STM32L433

# Bootloader selection
BOOTLOADER = stm32-dfu

# Build Options
#   change yes to no to disable
#

M keyboards/keychron/q2/rev_0111/rules.mk => keyboards/keychron/q2/rev_0111/rules.mk +3 -0
@@ 1,6 1,9 @@
# MCU name
MCU = STM32L433

# Bootloader selection
BOOTLOADER = stm32-dfu

# Build Options
#   change yes to no to disable
#

M keyboards/keychron/q2/rev_0112/rules.mk => keyboards/keychron/q2/rev_0112/rules.mk +3 -0
@@ 1,6 1,9 @@
# MCU name
MCU = STM32L433

# Bootloader selection
BOOTLOADER = stm32-dfu

# Build Options
#   change yes to no to disable
#

M keyboards/keychron/q2/rev_0113/rules.mk => keyboards/keychron/q2/rev_0113/rules.mk +3 -0
@@ 1,6 1,9 @@
# MCU name
MCU = STM32L433

# Bootloader selection
BOOTLOADER = stm32-dfu

# Build Options
#   change yes to no to disable
#