diff options
| author | Andrew Kannan | 2020-12-04 03:22:05 +0100 |
|---|---|---|
| committer | GitHub | 2020-12-04 03:22:05 +0100 |
| commit | 0f086df89fba8dcc073a15d7b9c000aed21a5f5d (patch) | |
| tree | 8121c7b3633140dc8f4ac3fe63f022fa44bb6447 /keyboards/cannonkeys/tmov2 | |
| 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/tmov2')
| -rw-r--r-- | keyboards/cannonkeys/tmov2/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/tmov2/rules.mk b/keyboards/cannonkeys/tmov2/rules.mk index dc7f59ae4a..9b29e8fd17 100644 --- a/keyboards/cannonkeys/tmov2/rules.mk +++ b/keyboards/cannonkeys/tmov2/rules.mk @@ -20,3 +20,6 @@ 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 |