Parcourir la source

Merge remote-tracking branch 'origin/develop' into xap

QMK Bot il y a 4 ans
Parent
commit
8772d9b296
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      keyboards/soda/cherish/rules.mk

+ 3 - 0
keyboards/soda/cherish/rules.mk

@@ -17,5 +17,8 @@ BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
 RGBLIGHT_ENABLE = yes        # Enable keyboard RGB underglow
 RGBLIGHT_ENABLE = yes        # Enable keyboard RGB underglow
 AUDIO_ENABLE = no           # Audio output
 AUDIO_ENABLE = no           # Audio output
 
 
+# Wildcard to allow APM32 MCU
+DFU_SUFFIX_ARGS = -p FFFF -v FFFF
+
 # Enter lower-power sleep mode when on the ChibiOS idle thread
 # Enter lower-power sleep mode when on the ChibiOS idle thread
 OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
 OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE