From 8a894933e0e4f6d000fcf07ecb9b17521483afea Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 25 Mar 2023 10:59:34 +0100 Subject: update config to current qmk --- planck/config.h | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'planck/config.h') 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 -- cgit v1.2.3