summaryrefslogtreecommitdiff
path: root/keyboards/handwired/pill60/blackpill_f411/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/pill60/blackpill_f411/rules.mk')
-rw-r--r--keyboards/handwired/pill60/blackpill_f411/rules.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/handwired/pill60/blackpill_f411/rules.mk b/keyboards/handwired/pill60/blackpill_f411/rules.mk
new file mode 100644
index 0000000000..84dd584e85
--- /dev/null
+++ b/keyboards/handwired/pill60/blackpill_f411/rules.mk
@@ -0,0 +1,14 @@
+# MCU name
+MCU = STM32F411
+
+# Address of the bootloader in system memory
+STM32_BOOTLOADER_ADDRESS = 0x1FFF0000
+
+# Options to pass to dfu-util when flashing
+DFU_ARGS = -d 0483:DF11 -a 0 -s 0x08000000:leave
+DFU_SUFFIX_ARGS = -v 0483 -p DF11
+
+# Build Options
+# change yes to no to disable
+#
+KEYBOARD_SHARED_EP = yes