diff options
Diffstat (limited to 'keyboards/carbo65/rules.mk')
-rw-r--r-- | keyboards/carbo65/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/carbo65/rules.mk b/keyboards/carbo65/rules.mk index 51aaf0e365..6a7c2ca63b 100644 --- a/keyboards/carbo65/rules.mk +++ b/keyboards/carbo65/rules.mk @@ -1,6 +1,9 @@ # MCU name MCU = STM32F072 +# Bootloader selection +BOOTLOADER = stm32-dfu + # Do not put the microcontroller into power saving mode # when we get USB suspend event. We want it to keep updating # backlight effects. |