Browse Source

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

pull/16228/head
Ryan 2 years ago
committed by GitHub
parent
commit
f4f3bf81c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 0 deletions
  1. +1
    -0
      keyboards/ez_maker/directpins/teensy_32/info.json
  2. +1
    -0
      keyboards/ez_maker/directpins/teensy_lc/info.json
  3. +3
    -0
      keyboards/handwired/twadlee/tp69/rules.mk
  4. +3
    -0
      keyboards/keychron/q2/rev_0110/rules.mk
  5. +3
    -0
      keyboards/keychron/q2/rev_0111/rules.mk
  6. +3
    -0
      keyboards/keychron/q2/rev_0112/rules.mk
  7. +3
    -0
      keyboards/keychron/q2/rev_0113/rules.mk

+ 1
- 0
keyboards/ez_maker/directpins/teensy_32/info.json View File

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


+ 1
- 0
keyboards/ez_maker/directpins/teensy_lc/info.json View File

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


+ 3
- 0
keyboards/handwired/twadlee/tp69/rules.mk View File

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


+ 3
- 0
keyboards/keychron/q2/rev_0110/rules.mk View File

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


+ 3
- 0
keyboards/keychron/q2/rev_0111/rules.mk View File

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


+ 3
- 0
keyboards/keychron/q2/rev_0112/rules.mk View File

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


+ 3
- 0
keyboards/keychron/q2/rev_0113/rules.mk View File

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


Loading…
Cancel
Save