diff options
author | Alin Marin Elena <alin@elena.space> | 2022-01-11 01:47:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 17:47:52 -0800 |
commit | 7275680364ac9db87a03f5232d87bf203eaf3f40 (patch) | |
tree | 2100cefaa556fd1c3060c30fa546851a2a9d9fec /keyboards/mlego/m60/rev1/rules.mk | |
parent | 6823f01c107dafaa4e1876cb11677bd4435153ed (diff) |
[Keyboard] M60 simple 5x12 in lego keyboard (#15534)
* add m60 lego case, with stm32f401
* Update keyboards/mlego/m60/m60.h
* Update keyboards/mlego/m60/keymaps/default/keymap.c
* Update keyboards/mlego/m60/m60.h
* Update keyboards/mlego/m60/keymaps/via/keymap.c
* address the moving of enum in keymaps
Diffstat (limited to 'keyboards/mlego/m60/rev1/rules.mk')
-rw-r--r-- | keyboards/mlego/m60/rev1/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/mlego/m60/rev1/rules.mk b/keyboards/mlego/m60/rev1/rules.mk new file mode 100644 index 0000000000..a3ccf0102d --- /dev/null +++ b/keyboards/mlego/m60/rev1/rules.mk @@ -0,0 +1,22 @@ +# 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_5x12 |