From de0fb39403e8dbf8c94937c91768debf3c570b62 Mon Sep 17 00:00:00 2001
From: Chris Lewis <chris@chrislewisdev.com>
Date: Thu, 21 Feb 2019 09:46:30 +1100
Subject: [PATCH] Reduce tetris firmware size by disabling default audio
 (#5197)

---
 keyboards/tetris/rules.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/tetris/rules.mk b/keyboards/tetris/rules.mk
index 4741c162b..64c434554 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