From 95f184ea3e90c2affd0cca7e421d4dbc88aea3ac Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 8 Oct 2023 18:44:24 +0200 Subject: shrink firmware --- common/rules.mk | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/common/rules.mk b/common/rules.mk index e33b779..ce2ea4b 100644 --- a/common/rules.mk +++ b/common/rules.mk @@ -1,14 +1,13 @@ -# allow to use 'qmk console' -CONSOLE_ENABLE = yes - # Enable N-Key Rollover NKRO_ENABLE = yes # less features we don't use -MOUSEKEY_ENABLE = no -SPACE_CADET_ENABLE = no +COMMAND_ENABLE = no +CONSOLE_ENABLE = no GRAVE_ESC_ENABLE = no MAGIC_ENABLE = no +MOUSEKEY_ENABLE = no +SPACE_CADET_ENABLE = no # responsive debouncing DEBOUNCE_TYPE = sym_eager_pk -- cgit v1.2.3