From 7646e567bdf7119899a32f50cc0bad6d957b4f6d Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 23 Feb 2022 01:09:45 +1100 Subject: [PATCH] handwired/frankie_macropad: disable some features to reduce size (#16431) --- keyboards/handwired/frankie_macropad/rules.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keyboards/handwired/frankie_macropad/rules.mk b/keyboards/handwired/frankie_macropad/rules.mk index 175a3d4ef63..46e261ffcb2 100644 --- a/keyboards/handwired/frankie_macropad/rules.mk +++ b/keyboards/handwired/frankie_macropad/rules.mk @@ -18,3 +18,6 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output ENCODER_ENABLE = yes LTO_ENABLE = yes +SPACE_CADET_ENABLE = no +MAGIC_ENABLE = no +GRAVE_ESC_ENABLE = no