diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-04 03:52:47 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-04 03:52:47 +0000 |
commit | 9958f9e1470b93b492e374e185b8afb22d50b22a (patch) | |
tree | b7d669c5c2ecee4d5e785c1ba062476a246ecff3 /keyboards/melody96/rules.mk | |
parent | c45ed8930eff96fe684d759fdc0ecf50569ada21 (diff) | |
parent | aab2ac22c5217afcbbbaff8b5444b02765f6de66 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |