less features

This commit is contained in:
Christoph Cullmann 2022-10-17 23:39:35 +02:00
parent 22213aae76
commit 3daf724085

View file

@ -62,15 +62,9 @@
// we want to have different backlight per layers // we want to have different backlight per layers
#define RGBLIGHT_LAYERS #define RGBLIGHT_LAYERS
#if 0 //
// try to be more permissive with holds, allows to trigger modifiers faster // remove some features we don't need
#define PERMISSIVE_HOLD //
// fix startup sound
#define AUDIO_INIT_DELAY
// normal startup sound
#define STARTUP_SONG SONG(PLANCK_SOUND)
// we don't need locking // we don't need locking
#undef LOCKING_SUPPORT_ENABLE #undef LOCKING_SUPPORT_ENABLE
@ -78,4 +72,3 @@
// we don't use one shot keys // we don't use one shot keys
#define NO_ACTION_ONESHOT #define NO_ACTION_ONESHOT
#endif