summaryrefslogtreecommitdiffstats
path: root/keyboards/tetris
diff options
context:
space:
mode:
authorChris Lewis <chris@chrislewisdev.com>2019-02-20 23:46:30 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-20 23:46:30 +0100
commitde0fb39403e8dbf8c94937c91768debf3c570b62 (patch)
treee3cabb255f743d46e8d16a2dd855da405866e3fd /keyboards/tetris
parent657b44cb7cc445575d1f506a78cebd4aa59787e6 (diff)
downloadqmk_firmware-de0fb39403e8dbf8c94937c91768debf3c570b62.tar.gz
qmk_firmware-de0fb39403e8dbf8c94937c91768debf3c570b62.tar.xz
Reduce tetris firmware size by disabling default audio (#5197)
Diffstat (limited to 'keyboards/tetris')
-rw-r--r--keyboards/tetris/rules.mk2
1 files changed, 1 insertions, 1 deletions
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