diff options
Diffstat (limited to 'keyboards/cannonkeys/instant65/rules.mk')
| -rw-r--r-- | keyboards/cannonkeys/instant65/rules.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/cannonkeys/instant65/rules.mk b/keyboards/cannonkeys/instant65/rules.mk index eba941f89..a930d7025 100644 --- a/keyboards/cannonkeys/instant65/rules.mk +++ b/keyboards/cannonkeys/instant65/rules.mk | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = STM32F072 | 2 | MCU = STM32F072 |
| 3 | 3 | ||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = stm32-dfu | ||
| 6 | |||
| 7 | # Wildcard to allow APM32 MCU | ||
| 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | ||
| 9 | |||
| 4 | # Build Options | 10 | # Build Options |
| 5 | # change yes to no to disable | 11 | # change yes to no to disable |
| 6 | # | 12 | # |
| @@ -21,6 +27,3 @@ WS2812_DRIVER = spi | |||
| 21 | 27 | ||
| 22 | # Enter lower-power sleep mode when on the ChibiOS idle thread | 28 | # Enter lower-power sleep mode when on the ChibiOS idle thread |
| 23 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | 29 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |
| 24 | |||
| 25 | # Wildcard to allow APM32 MCU | ||
| 26 | DFU_SUFFIX_ARGS = -p FFFF -v FFFF | ||
