diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2020-12-03 21:22:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 18:22:05 -0800 |
commit | 0f086df89fba8dcc073a15d7b9c000aed21a5f5d (patch) | |
tree | 8121c7b3633140dc8f4ac3fe63f022fa44bb6447 /keyboards/cannonkeys/satisfaction75/rules.mk | |
parent | 6ab0a6e7967344a13bda480ccc477939695e9cf2 (diff) |
Allow APM32 MCUs on certain CannonKeys PCBs (#10899)
* Allow APM32 MCUs on certain CannonKeys PCBs
* another one
* Update DFU suffix args
* missed one
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/satisfaction75/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/rules.mk b/keyboards/cannonkeys/satisfaction75/rules.mk index a2288a4aab..3a48d3ebfd 100644 --- a/keyboards/cannonkeys/satisfaction75/rules.mk +++ b/keyboards/cannonkeys/satisfaction75/rules.mk @@ -24,6 +24,8 @@ QWIIC_ENABLE += MICRO_OLED DEFAULT_FOLDER = cannonkeys/satisfaction75/rev1 +# 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 |