diff options
Diffstat (limited to 'keyboards/hand88/rules.mk')
-rwxr-xr-x | keyboards/hand88/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/hand88/rules.mk b/keyboards/hand88/rules.mk index 3067704c50..36088f03f7 100755 --- a/keyboards/hand88/rules.mk +++ b/keyboards/hand88/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. |