From 6c482e0e6f17228766efbc4bbdd097cae8a32eab Mon Sep 17 00:00:00 2001 From: OTLabs Date: Sat, 30 Sep 2023 20:49:49 -0600 Subject: [PATCH] Update keyboards/akko/top40/keymaps/vial/rules.mk Remove unnesessary optimization Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com> --- keyboards/akko/top40/keymaps/vial/rules.mk | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/keyboards/akko/top40/keymaps/vial/rules.mk b/keyboards/akko/top40/keymaps/vial/rules.mk index 669dff250ff..6689dd363b9 100644 --- a/keyboards/akko/top40/keymaps/vial/rules.mk +++ b/keyboards/akko/top40/keymaps/vial/rules.mk @@ -1,15 +1,3 @@ VIA_ENABLE = yes # Enable VIA VIAL_ENABLE = yes # Enable VIAL VIALRGB_ENABLE = yes # Enable VIALRGB - -# Options to reduce firmware size: -LTO_ENABLE = yes # make the compiler work harder - -# Vial optimization -# Enable all as the WB32FQ95 has 256kB flash - -# QMK optimization -# Enable all except mostly never used features -SPACE_CADET_ENABLE = no -GRAVE_ESC_ENABLE = no -MAGIC_ENABLE = no