diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-21 06:02:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-21 06:02:11 +0000 |
commit | b21a803ec64d580fc8bb1fc5a2ce27ffa261958e (patch) | |
tree | 18625eb64ed9f60d6328a4bd48a5f27de36ff4cd /keyboards/mwstudio/mw75r2/rules.mk | |
parent | 21a4f42957a32829fab3dc2ed8dce780b9966406 (diff) | |
parent | f7b5d67a7bfc5cbcf7e71ad5a203b34961cfc352 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mwstudio/mw75r2/rules.mk')
-rw-r--r-- | keyboards/mwstudio/mw75r2/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mwstudio/mw75r2/rules.mk b/keyboards/mwstudio/mw75r2/rules.mk new file mode 100644 index 0000000000..9407031ed8 --- /dev/null +++ b/keyboards/mwstudio/mw75r2/rules.mk @@ -0,0 +1,21 @@ +# 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 +NKRO_ENABLE = yes # Enable N-Key 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 |