summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-17 20:17:08 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-17 20:17:08 +0200
commit62cf348cb8f60c7899dae70c22f2798049287757 (patch)
tree136fdc787d244f173d54655edda72008e6ea99f6 /config.h
parent6351e2edf79ca461096bd68adb0798e698f30970 (diff)
derive my layout from miryoku
Diffstat (limited to 'config.h')
-rw-r--r--config.h42
1 files changed, 29 insertions, 13 deletions
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 <users/manna-harbour_miryoku/config.h>
-// 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