summaryrefslogtreecommitdiff
path: root/planck/config.h
diff options
context:
space:
mode:
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