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/obliterated75/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/obliterated75/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/obliterated75/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/obliterated75/rules.mk b/keyboards/cannonkeys/obliterated75/rules.mk index a1aa5f142f..fd12ef84bf 100644 --- a/keyboards/cannonkeys/obliterated75/rules.mk +++ b/keyboards/cannonkeys/obliterated75/rules.mk @@ -19,5 +19,8 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches WS2812_DRIVER = spi +# 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 |