summaryrefslogtreecommitdiff
path: root/keyboards/woodkeys/meira/keymaps
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-02-10 17:52:39 +0000
committerGitHub <noreply@github.com>2022-02-10 09:52:39 -0800
commite04f6c5d38d503140de3632e8850159e0ef362a6 (patch)
tree85fb4b873b8d716423c9dff740a45fe0112c157e /keyboards/woodkeys/meira/keymaps
parentf7e7671f691cfd42f322198f04690727f6493d73 (diff)
Remove manual enable of LTO within user keymaps (#15378)
Diffstat (limited to 'keyboards/woodkeys/meira/keymaps')
-rw-r--r--keyboards/woodkeys/meira/keymaps/cole/rules.mk2
-rw-r--r--keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/woodkeys/meira/keymaps/cole/rules.mk b/keyboards/woodkeys/meira/keymaps/cole/rules.mk
index 8f8d53e57a..eed6b9c119 100644
--- a/keyboards/woodkeys/meira/keymaps/cole/rules.mk
+++ b/keyboards/woodkeys/meira/keymaps/cole/rules.mk
@@ -1,2 +1,2 @@
AUDIO_ENABLE = yes # Audio output on port C6
-EXTRAFLAGS+=-flto # -4-7k \ No newline at end of file
+LTO_ENABLE = yes # -4-7k
diff --git a/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk b/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk
index b3b1980eb1..1c61fe1c12 100644
--- a/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk
+++ b/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk
@@ -1,5 +1,5 @@
AUDIO_ENABLE = yes # Audio output on port C6
-EXTRAFLAGS+=-flto # -4-7k
+LTO_ENABLE = yes # -4-7k
MOUSEKEY_ENABLE = no # Mouse keys(-47kb)
ISSI_ENABLE = no
BACKLIGHT_ENABLE = no \ No newline at end of file