diff options
Diffstat (limited to 'keyboards/mnk1800s/rules.mk')
| -rwxr-xr-x | keyboards/mnk1800s/rules.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/mnk1800s/rules.mk b/keyboards/mnk1800s/rules.mk index 3e71d4e8d..bc2fdaccd 100755 --- a/keyboards/mnk1800s/rules.mk +++ b/keyboards/mnk1800s/rules.mk | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = STM32F072 | 2 | MCU = STM32F072 |
| 3 | 3 | ||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = stm32-dfu | ||
| 6 | |||
| 7 | # Wildcard to allow APM32 MCU | ||
| 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | ||
| 9 | |||
| 4 | # Do not put the microcontroller into power saving mode | 10 | # Do not put the microcontroller into power saving mode |
| 5 | # 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 |
| 6 | # backlight effects. | 12 | # backlight effects. |
| @@ -19,4 +25,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover | |||
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 25 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 26 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 21 | AUDIO_ENABLE = no # Audio output | 27 | AUDIO_ENABLE = no # Audio output |
| 22 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | ||
