aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tetris
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-12-02 01:05:40 +0000
committerGitHub <noreply@github.com>2021-12-02 01:05:40 +0000
commitd2ccd62b578c11aea23b96e6dea2480c6d9d0dab (patch)
tree7c2fc535f81c00dcda3c1987bb557b99218d206c /keyboards/tetris
parentb6d9a8026be574d13eff2cb6a06978c02a56c567 (diff)
downloadqmk_firmware-d2ccd62b578c11aea23b96e6dea2480c6d9d0dab.tar.gz
qmk_firmware-d2ccd62b578c11aea23b96e6dea2480c6d9d0dab.zip
Remove manual enable of LTO within keyboards (#15377)
Diffstat (limited to 'keyboards/tetris')
-rwxr-xr-xkeyboards/tetris/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tetris/rules.mk b/keyboards/tetris/rules.mk
index 65aca98cd..7f5d2646b 100755
--- a/keyboards/tetris/rules.mk
+++ b/keyboards/tetris/rules.mk
@@ -16,5 +16,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https:/
16BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 16BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
17AUDIO_ENABLE = yes 17AUDIO_ENABLE = yes
18RGBLIGHT_ENABLE = yes 18RGBLIGHT_ENABLE = yes
19EXTRAFLAGS = -flto 19LTO_ENABLE = yes
20ENCODER_ENABLE = yes 20ENCODER_ENABLE = yes