diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-23 05:06:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-23 05:06:03 +0000 |
commit | 4eec20f1dea759b64d4f43d51ae96b3dea1dfbda (patch) | |
tree | 2a3a6b30df6c6a1d8300d9b8f301b4f4d2238f39 /keyboards/mwstudio/mw75/rules.mk | |
parent | b9c9f3759a63e4bfd1b2a6f8c3b407426f38ee84 (diff) | |
parent | 8ec1afd17ce1fdc9aa217c1e8ea2e5b5f0decf4b (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mwstudio/mw75/rules.mk')
-rw-r--r-- | keyboards/mwstudio/mw75/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/mwstudio/mw75/rules.mk b/keyboards/mwstudio/mw75/rules.mk new file mode 100644 index 0000000000..58d8da3e89 --- /dev/null +++ b/keyboards/mwstudio/mw75/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 +ENCODER_ENABLE = yes |