aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2021-12-06 17:38:11 +0000
committerGitHub <noreply@github.com>2021-12-06 09:38:11 -0800
commit366d26a2efda5ed40c4c0e0d49d3ce622f44d916 (patch)
treee01a4243e2835f6d5fc1db8daf100ebada57964b /keyboards
parent02618c634015c2f396e7a5c3b642e1d2e5c71b8e (diff)
downloadqmk_firmware-366d26a2efda5ed40c4c0e0d49d3ce622f44d916.tar.gz
qmk_firmware-366d26a2efda5ed40c4c0e0d49d3ce622f44d916.zip
Add DFU Suffix for APM chips (#15414)
Diffstat (limited to 'keyboards')
-rwxr-xr-xkeyboards/mnk1800s/rules.mk7
-rwxr-xr-xkeyboards/mnk50/rules.mk3
2 files changed, 9 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
2MCU = STM32F072 2MCU = STM32F072
3 3
4# Bootloader selection
5BOOTLOADER = stm32-dfu
6
7# Wildcard to allow APM32 MCU
8DFU_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
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 25BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 26RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
21AUDIO_ENABLE = no # Audio output 27AUDIO_ENABLE = no # Audio output
22NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
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
5BOOTLOADER = stm32-dfu 5BOOTLOADER = stm32-dfu
6 6
7# Wildcard to allow APM32 MCU
8DFU_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.