diff options
author | Ryan <fauxpark@gmail.com> | 2022-03-04 14:52:15 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 14:52:15 +1100 |
commit | aab2ac22c5217afcbbbaff8b5444b02765f6de66 (patch) | |
tree | 24b5cd353c433f6808814c80693e0ae5e00b8d7b /keyboards/melody96/rules.mk | |
parent | 61ba8efa3e358fbf4495c76b9d7c33aa2ec1259e (diff) | |
download | qmk_firmware-aab2ac22c5217afcbbbaff8b5444b02765f6de66.tar.gz qmk_firmware-aab2ac22c5217afcbbbaff8b5444b02765f6de66.zip |
Melody96 refactor (#16455)
Diffstat (limited to 'keyboards/melody96/rules.mk')
-rw-r--r-- | keyboards/melody96/rules.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/keyboards/melody96/rules.mk b/keyboards/melody96/rules.mk index 9ccce6abf4..b27013f863 100644 --- a/keyboards/melody96/rules.mk +++ b/keyboards/melody96/rules.mk @@ -8,11 +8,11 @@ BOOTLOADER = atmel-dfu # 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 +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 = yes # Enable keyboard backlight functionality -AUDIO_ENABLE = no -RGBLIGHT_ENABLE = yes +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |