From 7aa390883104725c64c65d20a0713cfcd654f637 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Tue, 21 Oct 2025 10:38:26 -0500 Subject: More correct dfu-util flash script + rearranged personal devices --- devices/qmk/shared/config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devices/qmk/shared/config.h (limited to 'devices/qmk/shared/config.h') diff --git a/devices/qmk/shared/config.h b/devices/qmk/shared/config.h new file mode 100644 index 0000000..140922d --- /dev/null +++ b/devices/qmk/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