diff options
Diffstat (limited to 'keyboards/mnk50')
| -rwxr-xr-x | keyboards/mnk50/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/mnk50/rules.mk b/keyboards/mnk50/rules.mk index 26154419d..bc2fdaccd 100755 --- a/keyboards/mnk50/rules.mk +++ b/keyboards/mnk50/rules.mk | |||
| @@ -4,6 +4,9 @@ MCU = STM32F072 | |||
| 4 | # Bootloader selection | 4 | # Bootloader selection |
| 5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
| 6 | 6 | ||
| 7 | # Wildcard to allow APM32 MCU | ||
| 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | ||
| 9 | |||
| 7 | # Do not put the microcontroller into power saving mode | 10 | # Do not put the microcontroller into power saving mode |
| 8 | # when we get USB suspend event. We want it to keep updating | 11 | # when we get USB suspend event. We want it to keep updating |
| 9 | # backlight effects. | 12 | # backlight effects. |
