Add missing `BOOTLOADER` for a handful of boards (#16225)

fix_template_bootmagic
Ryan 3 years ago committed by GitHub
parent e16dd1bcc0
commit f4f3bf81c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      keyboards/ez_maker/directpins/teensy_32/info.json
  2. 1
      keyboards/ez_maker/directpins/teensy_lc/info.json
  3. 3
      keyboards/handwired/twadlee/tp69/rules.mk
  4. 3
      keyboards/keychron/q2/rev_0110/rules.mk
  5. 3
      keyboards/keychron/q2/rev_0111/rules.mk
  6. 3
      keyboards/keychron/q2/rev_0112/rules.mk
  7. 3
      keyboards/keychron/q2/rev_0113/rules.mk

@ -4,6 +4,7 @@
"maintainer": "skullydazed",
"debounce": 5,
"processor": "MK20DX256",
"bootloader": "halfkay",
"features": {
"bootmagic": true,
"extrakey": true,

@ -4,6 +4,7 @@
"maintainer": "skullydazed",
"debounce": 5,
"processor": "MKL26Z64",
"bootloader": "halfkay",
"features": {
"bootmagic": true,
"extrakey": true,

@ -1,6 +1,9 @@
# MCU name
MCU = MKL26Z64
# Bootloader selection
BOOTLOADER = halfkay
# Build Options
# change yes to no to disable
#

@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#

@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#

@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#

@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#

Loading…
Cancel
Save