diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-09 18:06:48 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-09 18:06:48 +0000 |
commit | f4f2efd117727816f2bc5048fb37b34297db366f (patch) | |
tree | 41ca4caa9a31a8bc71cf1bc0fd9aa6f477464585 | |
parent | 2cfbc1445cfd8986a76872a30454ddc2e98f6d63 (diff) | |
parent | 98d411232f1e94b5bbd0d6e087fccc3cb222f19a (diff) | |
download | qmk_firmware-f4f2efd117727816f2bc5048fb37b34297db366f.tar.gz qmk_firmware-f4f2efd117727816f2bc5048fb37b34297db366f.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/helix/rev2/keymaps/fraanrosi/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/helix/rev2/keymaps/fraanrosi/rules.mk b/keyboards/helix/rev2/keymaps/fraanrosi/rules.mk index 4e80183863..dd0d2eba07 100644 --- a/keyboards/helix/rev2/keymaps/fraanrosi/rules.mk +++ b/keyboards/helix/rev2/keymaps/fraanrosi/rules.mk @@ -6,7 +6,7 @@ # See TOP/docs/config_options.md for more information. # SPLIT_KEYBOARD = yes -LTO_ENABLE = no # if firmware size over limit, try this option +LTO_ENABLE = yes # if firmware size over limit, try this option MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control # AUDIO_ENABLE = yes # Audio output on port C6 |