summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/f103/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-06-16 22:36:12 +0000
committerQMK Bot <hello@qmk.fm>2022-06-16 22:36:12 +0000
commit00872ea7e7785c7c000729bf981d5099361458b1 (patch)
treec21509f31eafad38eb83eb7d293e9e02ab868099 /keyboards/atreus/f103/rules.mk
parentc251d88934d9fc5c18fdfc1409d5cf8902d23f21 (diff)
parent6d2f9c9c1ee11445bb2eb6a92f96d0d5ed280ba4 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/atreus/f103/rules.mk')
-rw-r--r--keyboards/atreus/f103/rules.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/atreus/f103/rules.mk b/keyboards/atreus/f103/rules.mk
new file mode 100644
index 0000000000..a18b4fa231
--- /dev/null
+++ b/keyboards/atreus/f103/rules.mk
@@ -0,0 +1,10 @@
+# MCU name
+MCU = STM32F103
+
+# Bootloader selection
+BOOTLOADER = stm32duino
+
+# Enter lower-power sleep mode when on the ChibiOS idle thread
+OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
+
+BOOTMAGIC_ENABLE = yes \ No newline at end of file