diff options
author | Alin Marin Elena <alin@elena.space> | 2022-01-10 20:15:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 12:15:28 -0800 |
commit | f423837ed25b7a2c48d59aefaf95a0cf6f2c90b9 (patch) | |
tree | a89cd4c1c2effe3353f110e822804324d6f6afe9 /keyboards/mlego/m48/rev1/rules.mk | |
parent | 23ba884fa08e0a7cb16486ba1d31ea2c74cf33c9 (diff) |
[Keyboard] M48 12x4 lego ortholinear keyboard (#15536)
Diffstat (limited to 'keyboards/mlego/m48/rev1/rules.mk')
-rw-r--r-- | keyboards/mlego/m48/rev1/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mlego/m48/rev1/rules.mk b/keyboards/mlego/m48/rev1/rules.mk new file mode 100644 index 0000000000..066cfd4f8e --- /dev/null +++ b/keyboards/mlego/m48/rev1/rules.mk @@ -0,0 +1,21 @@ +# 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 + +LAYOUTS = ortho_4x12 |