summaryrefslogtreecommitdiff
path: root/keyboards/planck/ez/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/ez/rules.mk')
-rw-r--r--keyboards/planck/ez/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk
index 85d474c5e7..8d221767e9 100644
--- a/keyboards/planck/ez/rules.mk
+++ b/keyboards/planck/ez/rules.mk
@@ -2,6 +2,9 @@
MCU = STM32F303
BOARD = QMK_PROTON_C
+# Bootloader selection
+BOOTLOADER = stm32-dfu
+
# Build Options
# change to "no" to disable the options, or define them in the Makefile in
# the appropriate keymap folder that will get included automatically