summaryrefslogtreecommitdiff
path: root/planck/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 /planck/config.h
parentaf5e252f24804b7de1064a9fade32094c47cc279 (diff)
update config to current qmk
Diffstat (limited to 'planck/config.h')
-rw-r--r--planck/config.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/planck/config.h b/planck/config.h
index 350e343..5d5d997 100644
--- a/planck/config.h
+++ b/planck/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
@@ -73,17 +73,3 @@
// we want to have different backlight per layers
#define RGBLIGHT_LAYERS
-
-//
-// 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