From 3daf72408591e03d103ea4d74c64c34774201739 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 17 Oct 2022 23:39:35 +0200 Subject: less features --- config.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/config.h b/config.h index fd4bdc0..38b8525 100644 --- a/config.h +++ b/config.h @@ -62,15 +62,9 @@ // we want to have different backlight per layers #define RGBLIGHT_LAYERS -#if 0 -// try to be more permissive with holds, allows to trigger modifiers faster -#define PERMISSIVE_HOLD - -// fix startup sound -#define AUDIO_INIT_DELAY - -// normal startup sound -#define STARTUP_SONG SONG(PLANCK_SOUND) +// +// remove some features we don't need +// // we don't need locking #undef LOCKING_SUPPORT_ENABLE @@ -78,4 +72,3 @@ // we don't use one shot keys #define NO_ACTION_ONESHOT -#endif -- cgit v1.2.3