aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lewis <chris@chrislewisdev.com>2019-02-21 09:46:30 +1100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-20 14:46:30 -0800
commitde0fb39403e8dbf8c94937c91768debf3c570b62 (patch)
treee3cabb255f743d46e8d16a2dd855da405866e3fd
parent657b44cb7cc445575d1f506a78cebd4aa59787e6 (diff)
downloadqmk_firmware-de0fb39403e8dbf8c94937c91768debf3c570b62.tar.gz
qmk_firmware-de0fb39403e8dbf8c94937c91768debf3c570b62.zip
Reduce tetris firmware size by disabling default audio (#5197)
-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
52SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 52SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
53NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 53NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
54BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 54BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
55AUDIO_ENABLE = yes 55AUDIO_ENABLE = no
56RGBLIGHT_ENABLE = yes 56RGBLIGHT_ENABLE = yes
57TAP_DANCE_ENABLE = no 57TAP_DANCE_ENABLE = no
58 58