aboutsummaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/devastatingtkl/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cannonkeys/devastatingtkl/rules.mk')
-rw-r--r--keyboards/cannonkeys/devastatingtkl/rules.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/cannonkeys/devastatingtkl/rules.mk b/keyboards/cannonkeys/devastatingtkl/rules.mk
index 4ce69bf4a..3a17bc4bd 100644
--- a/keyboards/cannonkeys/devastatingtkl/rules.mk
+++ b/keyboards/cannonkeys/devastatingtkl/rules.mk
@@ -1,6 +1,12 @@
1# MCU name 1# MCU name
2MCU = STM32F072 2MCU = STM32F072
3 3
4# Bootloader selection
5BOOTLOADER = stm32-dfu
6
7# Wildcard to allow APM32 MCU
8DFU_SUFFIX_ARGS = -v FFFF -p FFFF
9
4# Build Options 10# Build Options
5# comment out to disable the options. 11# comment out to disable the options.
6# 12#
@@ -16,8 +22,5 @@ BACKLIGHT_ENABLE = yes
16RGBLIGHT_ENABLE = yes 22RGBLIGHT_ENABLE = yes
17WS2812_DRIVER = spi 23WS2812_DRIVER = spi
18 24
19# Wildcard to allow APM32 MCU
20DFU_SUFFIX_ARGS = -p FFFF -v FFFF
21
22# Enter lower-power sleep mode when on the ChibiOS idle thread 25# Enter lower-power sleep mode when on the ChibiOS idle thread
23OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE 26OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE