diff options
Diffstat (limited to 'keyboards/handwired/onekey/proton_c/rules.mk')
-rw-r--r-- | keyboards/handwired/onekey/proton_c/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/proton_c/rules.mk b/keyboards/handwired/onekey/proton_c/rules.mk index 4e157baeda..7a846816d1 100644 --- a/keyboards/handwired/onekey/proton_c/rules.mk +++ b/keyboards/handwired/onekey/proton_c/rules.mk @@ -1,3 +1,6 @@ # MCU name MCU = STM32F303 BOARD = QMK_PROTON_C + +# Bootloader selection +BOOTLOADER = stm32-dfu |