aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tkc
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/tkc
parentb6d9a8026be574d13eff2cb6a06978c02a56c567 (diff)
downloadqmk_firmware-d2ccd62b578c11aea23b96e6dea2480c6d9d0dab.tar.gz
qmk_firmware-d2ccd62b578c11aea23b96e6dea2480c6d9d0dab.zip
Remove manual enable of LTO within keyboards (#15377)
Diffstat (limited to 'keyboards/tkc')
-rw-r--r--keyboards/tkc/candybar/lefty/rules.mk2
-rw-r--r--keyboards/tkc/candybar/righty/rules.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tkc/candybar/lefty/rules.mk b/keyboards/tkc/candybar/lefty/rules.mk
index e5930eb82..9f2ae0857 100644
--- a/keyboards/tkc/candybar/lefty/rules.mk
+++ b/keyboards/tkc/candybar/lefty/rules.mk
@@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu
7# Build Options 7# Build Options
8# comment out to disable the options. 8# comment out to disable the options.
9# 9#
10# EXTRAFLAGS+=-flto 10# LTO_ENABLE = yes
11LTO_ENABLE = yes 11LTO_ENABLE = yes
12BACKLIGHT_ENABLE = no 12BACKLIGHT_ENABLE = no
13BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite 13BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
diff --git a/keyboards/tkc/candybar/righty/rules.mk b/keyboards/tkc/candybar/righty/rules.mk
index e5930eb82..9f2ae0857 100644
--- a/keyboards/tkc/candybar/righty/rules.mk
+++ b/keyboards/tkc/candybar/righty/rules.mk
@@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu
7# Build Options 7# Build Options
8# comment out to disable the options. 8# comment out to disable the options.
9# 9#
10# EXTRAFLAGS+=-flto 10# LTO_ENABLE = yes
11LTO_ENABLE = yes 11LTO_ENABLE = yes
12BACKLIGHT_ENABLE = no 12BACKLIGHT_ENABLE = no
13BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite 13BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite