summaryrefslogtreecommitdiff
path: root/ferris/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-08-12 22:02:23 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-08-12 22:02:23 +0200
commitf99b284f289ce4e21fab14301295c63666c064c8 (patch)
tree964b88153f274f7ee967c161f6362f12fb7213d7 /ferris/config.h
parent891baa6442f751ce5c2c241ffe12bf4b8f637ae7 (diff)
share code and add magic layer
Diffstat (limited to 'ferris/config.h')
-rw-r--r--ferris/config.h26
1 files changed, 2 insertions, 24 deletions
diff --git a/ferris/config.h b/ferris/config.h
index f789ea4..43102bc 100644
--- a/ferris/config.h
+++ b/ferris/config.h
@@ -16,27 +16,5 @@
#pragma once
-// no more than 8 layers
-#define LAYER_STATE_8BIT
-
-// we don't use one shots
-#define NO_ACTION_ONESHOT
-
-// we don't have any lock switches
-#undef LOCKING_SUPPORT_ENABLE
-#undef LOCKING_RESYNC_ENABLE
-
-// enable NKRO by default
-#define FORCE_NKRO
-
-// settings for home row modifiers
-// details see https://precondition.github.io/home-row-mods
-
-// the default of 200
-#define TAPPING_TERM 175
-
-// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
-#define QUICK_TAP_TERM 0
-
-// try to be more permissive with holds
-#define PERMISSIVE_HOLD
+// our shared config parts
+#include "../common/config.h"