summaryrefslogtreecommitdiff
path: root/keyboards/handwired/meck_tkl/blackpill_f401/rules.mk
diff options
context:
space:
mode:
authorGabriel Kim <68445851+gabrielkim13@users.noreply.github.com>2022-01-09 14:44:33 -0300
committerGitHub <noreply@github.com>2022-01-09 09:44:33 -0800
commit1df390c34f95fb3c4e07518cf51438986ec7c621 (patch)
tree1d4f044f50518a05483fb3548c3c19c556e5966d /keyboards/handwired/meck_tkl/blackpill_f401/rules.mk
parent7b27957adf3b960958e2592ce10e29fe866ee2fc (diff)
[Keyboard] Add Meck TKL handwired (#15533)
* Add meck_tkl * Fix configuration and pin assignment * Rellocate A10 pin, as it is used by the USB DFU bootloader * Add volume and media keys to the function keys layer * Rellocate source files to the handwired keyboards folder and add documentation * Review changes for PR - Improve LAYOUT macro to match the keyboard layout. - Use "kxy" as pin names on the LAYOUT macro. - Remove unused mcuconf.h and halconf.h. - Fix README. * Improve layout macro naming
Diffstat (limited to 'keyboards/handwired/meck_tkl/blackpill_f401/rules.mk')
-rw-r--r--keyboards/handwired/meck_tkl/blackpill_f401/rules.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/handwired/meck_tkl/blackpill_f401/rules.mk b/keyboards/handwired/meck_tkl/blackpill_f401/rules.mk
new file mode 100644
index 0000000000..e01b22e8fd
--- /dev/null
+++ b/keyboards/handwired/meck_tkl/blackpill_f401/rules.mk
@@ -0,0 +1,10 @@
+# MCU name
+MCU = STM32F401
+
+# Bootloader selection
+BOOTLOADER = stm32-dfu
+
+# Build Options
+# change yes to no to disable
+#
+KEYBOARD_SHARED_EP = yes