From 62cf348cb8f60c7899dae70c22f2798049287757 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 17 Oct 2022 20:17:08 +0200 Subject: derive my layout from miryoku --- config.h | 42 +++++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 15b0103..47079f8 100644 --- a/config.h +++ b/config.h @@ -16,11 +16,12 @@ #pragma once -// not more than 8 layers -#define LAYER_STATE_8BIT +// include miryoku defaults +#include -// try to be more permissive with holds, allows to trigger modifiers faster -#define PERMISSIVE_HOLD +// +// audio configuration +// // fix startup sound #define AUDIO_INIT_DELAY @@ -28,15 +29,9 @@ // normal startup sound #define STARTUP_SONG SONG(PLANCK_SOUND) -// no music mode used -#define NO_MUSIC_MODE - -// we don't need locking -#undef LOCKING_SUPPORT_ENABLE -#undef LOCKING_RESYNC_ENABLE - -// we don't use one shot keys -#define NO_ACTION_ONESHOT +// +// underglow configuration +// // no lights if we sleep #define RGBLIGHT_SLEEP @@ -55,3 +50,24 @@ // 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) + +// no music mode used +#define NO_MUSIC_MODE + +// we don't need locking +#undef LOCKING_SUPPORT_ENABLE +#undef LOCKING_RESYNC_ENABLE + +// we don't use one shot keys +#define NO_ACTION_ONESHOT +#endif -- cgit v1.2.3