summaryrefslogtreecommitdiff
path: root/ferris/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-03-25 10:59:34 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-03-25 10:59:34 +0100
commit8a894933e0e4f6d000fcf07ecb9b17521483afea (patch)
tree29b5b72ebfbe29cbe20da19cc94af1e3d30b4e05 /ferris/config.h
parentaf5e252f24804b7de1064a9fade32094c47cc279 (diff)
update config to current qmk
Diffstat (limited to 'ferris/config.h')
-rw-r--r--ferris/config.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/ferris/config.h b/ferris/config.h
index 9d01909..ace550c 100644
--- a/ferris/config.h
+++ b/ferris/config.h
@@ -30,7 +30,7 @@
#define IGNORE_MOD_TAP_INTERRUPT
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
-#define TAPPING_FORCE_HOLD
+#define QUICK_TAP_TERM 0
// try to be more permissive with holds, allows to trigger modifiers faster
// achordion will avoid the worst
@@ -38,17 +38,3 @@
// caps word is great for defines
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
-
-//
-// remove some features we don't need
-//
-
-// not more than 8 layers
-#define LAYER_STATE_8BIT
-
-// we don't need locking
-#undef LOCKING_SUPPORT_ENABLE
-#undef LOCKING_RESYNC_ENABLE
-
-// we don't use one shot keys
-#define NO_ACTION_ONESHOT