diff options
author | Chris Lewis <chris@chrislewisdev.com> | 2019-02-21 09:46:30 +1100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-20 14:46:30 -0800 |
commit | de0fb39403e8dbf8c94937c91768debf3c570b62 (patch) | |
tree | e3cabb255f743d46e8d16a2dd855da405866e3fd /keyboards/tetris | |
parent | 657b44cb7cc445575d1f506a78cebd4aa59787e6 (diff) | |
download | qmk_firmware-de0fb39403e8dbf8c94937c91768debf3c570b62.tar.gz qmk_firmware-de0fb39403e8dbf8c94937c91768debf3c570b62.zip |
Reduce tetris firmware size by disabling default audio (#5197)
Diffstat (limited to 'keyboards/tetris')
-rw-r--r-- | keyboards/tetris/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tetris/rules.mk b/keyboards/tetris/rules.mk index 4741c162bd..64c4345543 100644 --- a/keyboards/tetris/rules.mk +++ b/keyboards/tetris/rules.mk @@ -52,7 +52,7 @@ COMMAND_ENABLE = no # Commands for debug and configuration SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = yes +AUDIO_ENABLE = no RGBLIGHT_ENABLE = yes TAP_DANCE_ENABLE = no |