summaryrefslogtreecommitdiff
path: root/keyboards/handwired/macroboard/rules.mk
diff options
context:
space:
mode:
authorMichaƂ Szczepaniak <m.szczepaniak.000@gmail.com>2022-02-05 15:27:41 +0100
committerGitHub <noreply@github.com>2022-02-05 14:27:41 +0000
commitdf371257552d9b8a9e290d8ddd120ea96f3dd9e6 (patch)
tree50872d9a28e03274ba8b2a1d340e0e47c978541f /keyboards/handwired/macroboard/rules.mk
parent10fda3ec8e4ee0a74bb4e8c0f41e554fb7344e78 (diff)
Add macroboard(5x6 OLKB blackpill) keyboard (#16219)
* Add macroboard keyboard * Fix issues requested in pull request * Removed halconf/mcuconf and moved to handwired directory * Added description, enabled bootmagic, disabled console * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/macroboard/rules.mk')
-rw-r--r--keyboards/handwired/macroboard/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/handwired/macroboard/rules.mk b/keyboards/handwired/macroboard/rules.mk
new file mode 100644
index 0000000000..2c38ac2807
--- /dev/null
+++ b/keyboards/handwired/macroboard/rules.mk
@@ -0,0 +1,19 @@
+# MCU name
+MCU = STM32F401
+
+# Bootloader selection
+BOOTLOADER = stm32-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+KEYBOARD_SHARED_EP = yes