diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-11 03:15:35 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-11 03:15:35 +0000 |
commit | 012db45bfb8490a81301532f705e6b4b61acbe9d (patch) | |
tree | 9f576869e06cc935265ad2d0286f8b0f6f2ef623 /keyboards/mlego/m65/rev1/rules.mk | |
parent | 75bba4522dbfe4272831238ab8c3257cfc7d7f51 (diff) | |
parent | 01e4d07de0786035979d0f311ef31f87555737d7 (diff) | |
download | qmk_firmware-012db45bfb8490a81301532f705e6b4b61acbe9d.tar.gz qmk_firmware-012db45bfb8490a81301532f705e6b4b61acbe9d.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mlego/m65/rev1/rules.mk')
-rw-r--r-- | keyboards/mlego/m65/rev1/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/mlego/m65/rev1/rules.mk b/keyboards/mlego/m65/rev1/rules.mk new file mode 100644 index 0000000000..5e456c2606 --- /dev/null +++ b/keyboards/mlego/m65/rev1/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = STM32F103 + +# Bootloader selection +BOOTLOADER = stm32duino + +# 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 |