aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xelus/trinityxttkl/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xelus/trinityxttkl/rules.mk')
-rw-r--r--keyboards/xelus/trinityxttkl/rules.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/xelus/trinityxttkl/rules.mk b/keyboards/xelus/trinityxttkl/rules.mk
index 7e6bfc581..b12368f15 100644
--- a/keyboards/xelus/trinityxttkl/rules.mk
+++ b/keyboards/xelus/trinityxttkl/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#
@@ -18,6 +24,3 @@ RGBLIGHT_ENABLE = no
18 24
19# Enter lower-power sleep mode when on the ChibiOS idle thread 25# Enter lower-power sleep mode when on the ChibiOS idle thread
20OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE 26OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
21
22# Wildcard to allow APM32 MCU
23DFU_SUFFIX_ARGS = -p FFFF -v FFFF \ No newline at end of file