From 82a7f4addad0d73075bc699b379e01e0ed8fcea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szczepaniak?= Date: Fri, 17 Jun 2022 00:35:40 +0200 Subject: =?UTF-8?q?[handwired/macroboard]=20Add=20separate=20f401=20and=20?= =?UTF-8?q?f411=20configs=E2=80=A6=20(#16338)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Drashna Jaelre --- keyboards/handwired/macroboard/f401/rules.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/handwired/macroboard/f401/rules.mk (limited to 'keyboards/handwired/macroboard/f401/rules.mk') diff --git a/keyboards/handwired/macroboard/f401/rules.mk b/keyboards/handwired/macroboard/f401/rules.mk new file mode 100644 index 0000000000..bcb612f5cc --- /dev/null +++ b/keyboards/handwired/macroboard/f401/rules.mk @@ -0,0 +1,20 @@ +# 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 +WS2812_DRIVER = pwm +AUDIO_ENABLE = no # Audio output +KEYBOARD_SHARED_EP = yes -- cgit v1.2.3