From 38e085df87820941bcfcdce3b3bc16e46855f557 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Sun, 6 Feb 2022 13:16:21 +0800 Subject: move input club keyboards into vendor folder (#15788) --- .../input_club/ergodox_infinity/keymaps/narze/config.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 keyboards/input_club/ergodox_infinity/keymaps/narze/config.h (limited to 'keyboards/input_club/ergodox_infinity/keymaps/narze/config.h') diff --git a/keyboards/input_club/ergodox_infinity/keymaps/narze/config.h b/keyboards/input_club/ergodox_infinity/keymaps/narze/config.h new file mode 100644 index 0000000000..d5ed0a8e9e --- /dev/null +++ b/keyboards/input_club/ergodox_infinity/keymaps/narze/config.h @@ -0,0 +1,15 @@ +#pragma once + +#undef TAPPING_TERM +#define TAPPING_TERM 150 + +#define COMBO_TERM 20 +#define COMBO_COUNT 1 + +#define IGNORE_MOD_TAP_INTERRUPT +#define PERMISSIVE_HOLD + +#undef MOUSEKEY_DELAY +#define MOUSEKEY_DELAY 100 + +#define USB_POLLING_INTERVAL_MS 1 -- cgit v1.2.3