Skip to content

Commit

Permalink
Add missing BOOTLOADER for a handful of boards (#16225)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Feb 5, 2022
1 parent e16dd1b commit f4f3bf8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/ez_maker/directpins/teensy_32/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"maintainer": "skullydazed",
"debounce": 5,
"processor": "MK20DX256",
"bootloader": "halfkay",
"features": {
"bootmagic": true,
"extrakey": true,
Expand Down
1 change: 1 addition & 0 deletions keyboards/ez_maker/directpins/teensy_lc/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"maintainer": "skullydazed",
"debounce": 5,
"processor": "MKL26Z64",
"bootloader": "halfkay",
"features": {
"bootmagic": true,
"extrakey": true,
Expand Down
3 changes: 3 additions & 0 deletions keyboards/handwired/twadlee/tp69/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# MCU name
MCU = MKL26Z64

# Bootloader selection
BOOTLOADER = halfkay

# Build Options
# change yes to no to disable
#
Expand Down
3 changes: 3 additions & 0 deletions keyboards/keychron/q2/rev_0110/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433

# Bootloader selection
BOOTLOADER = stm32-dfu

# Build Options
# change yes to no to disable
#
Expand Down
3 changes: 3 additions & 0 deletions keyboards/keychron/q2/rev_0111/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433

# Bootloader selection
BOOTLOADER = stm32-dfu

# Build Options
# change yes to no to disable
#
Expand Down
3 changes: 3 additions & 0 deletions keyboards/keychron/q2/rev_0112/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433

# Bootloader selection
BOOTLOADER = stm32-dfu

# Build Options
# change yes to no to disable
#
Expand Down
3 changes: 3 additions & 0 deletions keyboards/keychron/q2/rev_0113/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433

# Bootloader selection
BOOTLOADER = stm32-dfu

# Build Options
# change yes to no to disable
#
Expand Down

0 comments on commit f4f3bf8

Please sign in to comment.