From bf9ccc339a2da236afdbad0fe63eb0c9bcb74d7e Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Fri, 17 Oct 2025 12:52:07 -0500 Subject: Trying to get the pieces to stick together --- keyboards/shared/config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 keyboards/shared/config.h (limited to 'keyboards/shared/config.h') diff --git a/keyboards/shared/config.h b/keyboards/shared/config.h new file mode 100644 index 0000000..140922d --- /dev/null +++ b/keyboards/shared/config.h @@ -0,0 +1,6 @@ +#define CTL_ESC LCTL_T(KC_ESC) +#define TAPPING_TOGGLE 2 + +#define LEADER_NO_TIMEOUT +#define LEADER_TIMEOUT 250 +#define LEADER_PER_KEY_TIMING -- cgit v1.2.3