diff options
author | ZhaoYou.Ge <gezhaoyou@126.com> | 2022-09-10 02:17:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 19:17:10 +0100 |
commit | 9ad75dbf4705f4916e3f976423ab065c500cb959 (patch) | |
tree | 0c2878c6c541268ed7abd86844818797dca421c7 | |
parent | 88555d8e18e90c2571c5d6553aae46c697c3341b (diff) | |
download | qmk_firmware-9ad75dbf4705f4916e3f976423ab065c500cb959.tar.gz qmk_firmware-9ad75dbf4705f4916e3f976423ab065c500cb959.zip |
'soda/cherish' support apm32f072 (#18316)
-rw-r--r-- | keyboards/soda/cherish/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/soda/cherish/rules.mk b/keyboards/soda/cherish/rules.mk index 490b5aab76..55f433aaaa 100644 --- a/keyboards/soda/cherish/rules.mk +++ b/keyboards/soda/cherish/rules.mk @@ -17,5 +17,8 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 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 OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |