summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-17 23:39:35 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-17 23:39:35 +0200
commit3daf72408591e03d103ea4d74c64c34774201739 (patch)
treea2488ef7d586d57bed2abcb32f58019e00b18ebc
parent22213aae7649fc8eed90829829e80c3ed9f0bf38 (diff)
less features
-rw-r--r--config.h13
1 files 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