diff options
author | Ryan <fauxpark@gmail.com> | 2022-02-23 01:09:45 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 14:09:45 +0000 |
commit | 7646e567bdf7119899a32f50cc0bad6d957b4f6d (patch) | |
tree | a74a075311a4367662c74902293d990ae4c00b20 /keyboards/handwired/frankie_macropad/rules.mk | |
parent | 5dcc0743f596f97cbae548315b48478ce4d81e47 (diff) |
handwired/frankie_macropad: disable some features to reduce size (#16431)
Diffstat (limited to 'keyboards/handwired/frankie_macropad/rules.mk')
-rw-r--r-- | keyboards/handwired/frankie_macropad/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/frankie_macropad/rules.mk b/keyboards/handwired/frankie_macropad/rules.mk index 175a3d4ef6..46e261ffcb 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 |