diff options
author | TW59420 <40019210+TW59420@users.noreply.github.com> | 2021-10-23 13:05:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 22:05:23 -0700 |
commit | 8ec1afd17ce1fdc9aa217c1e8ea2e5b5f0decf4b (patch) | |
tree | df0bba7baf2e261050618807982508731770f4b3 /keyboards/mwstudio/mw75/rules.mk | |
parent | 1953a968c51630cc2badfade9ee54f59c878b422 (diff) |
[Keyboard] Add MW75 support (#14833)
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 |