From f99b284f289ce4e21fab14301295c63666c064c8 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 12 Aug 2023 22:02:23 +0200 Subject: share code and add magic layer --- planck/config.h | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to 'planck/config.h') diff --git a/planck/config.h b/planck/config.h index af3edee..4e17100 100644 --- a/planck/config.h +++ b/planck/config.h @@ -16,30 +16,8 @@ #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" // // audio configuration -- cgit v1.2.3