diff options
Diffstat (limited to 'keyboards/cannonkeys/instant65/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/instant65/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/instant65/rules.mk b/keyboards/cannonkeys/instant65/rules.mk index 33c186b21..eba941f89 100644 --- a/keyboards/cannonkeys/instant65/rules.mk +++ b/keyboards/cannonkeys/instant65/rules.mk | |||
@@ -21,3 +21,6 @@ WS2812_DRIVER = spi | |||
21 | 21 | ||
22 | # Enter lower-power sleep mode when on the ChibiOS idle thread | 22 | # Enter lower-power sleep mode when on the ChibiOS idle thread |
23 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | 23 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |
24 | |||
25 | # Wildcard to allow APM32 MCU | ||
26 | DFU_SUFFIX_ARGS = -p FFFF -v FFFF | ||