diff options
author | Alin Marin Elena <alin@elena.space> | 2022-01-11 03:14:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 19:14:54 -0800 |
commit | 01e4d07de0786035979d0f311ef31f87555737d7 (patch) | |
tree | 8c310839ec0b7385521488aacfbba09a5f7d2451 /keyboards/mlego/m65/rev3/rules.mk | |
parent | e2aee8f9bbb0885ede2c2918244902bad9136659 (diff) |
[m65] add via, new mcu gd32f303, stm32f401 weact support for encoder and led strip (#14381)
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/mlego/m65/rev3/rules.mk')
-rw-r--r-- | keyboards/mlego/m65/rev3/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/mlego/m65/rev3/rules.mk b/keyboards/mlego/m65/rev3/rules.mk new file mode 100644 index 0000000000..25df19c15f --- /dev/null +++ b/keyboards/mlego/m65/rev3/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 +ENCODER_ENABLE = yes # Enable encoder |