summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-08-12 16:13:01 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-08-12 16:13:01 +0200
commitb5b7228839ab828d7446e3e0c3ae6f29a197a7d8 (patch)
treef69f9a22f9de9ec136222123a2cb14ca6e2c8907
parentd421e8d7220fe88ebf23c5020ee902b488d69778 (diff)
we have less than 8 layers
-rw-r--r--ferris/config.h3
-rw-r--r--planck/config.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/ferris/config.h b/ferris/config.h
index 199afca..b37cf1d 100644
--- a/ferris/config.h
+++ b/ferris/config.h
@@ -16,6 +16,9 @@
#pragma once
+// no more than 8 layers
+#define LAYER_STATE_8BIT
+
// we don't use one shots
#define NO_ACTION_ONESHOT
diff --git a/planck/config.h b/planck/config.h
index ee9f9fb..2ff606b 100644
--- a/planck/config.h
+++ b/planck/config.h
@@ -16,6 +16,9 @@
#pragma once
+// no more than 8 layers
+#define LAYER_STATE_8BIT
+
// we don't use one shots
#define NO_ACTION_ONESHOT