diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-11 01:48:23 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-11 01:48:23 +0000 |
commit | dff6f23a1afddaba00ca39b2095e3b27bf86ed9d (patch) | |
tree | c4dd465d5cead0ed836a75a0e016adc4be3c618a /keyboards/mlego/m60/rev1/rules.mk | |
parent | 461f27988328e751dd7cf79661d55e62bbccb992 (diff) | |
parent | 7275680364ac9db87a03f5232d87bf203eaf3f40 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |