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/savage65 | |
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/savage65')
-rw-r--r-- | keyboards/cannonkeys/savage65/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/savage65/rules.mk b/keyboards/cannonkeys/savage65/rules.mk index 577c578ddb..8e1b984fd4 100644 --- a/keyboards/cannonkeys/savage65/rules.mk +++ b/keyboards/cannonkeys/savage65/rules.mk @@ -21,4 +21,7 @@ WS2812_DRIVER = spi # Enter lower-power sleep mode when on the ChibiOS idle thread OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE +# Wildcard to allow APM32 MCU +DFU_SUFFIX_ARGS = -p FFFF -v FFFF + LAYOUTS = 65_ansi_blocker 65_ansi_blocker_split_bs 65_ansi_blocker_tsangan 65_iso_blocker |