aboutsummaryrefslogtreecommitdiff
path: root/users/cwebster2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/cwebster2/config.h')
-rw-r--r--users/cwebster2/config.h57
1 files changed, 57 insertions, 0 deletions
diff --git a/users/cwebster2/config.h b/users/cwebster2/config.h
new file mode 100644
index 000000000..78733687c
--- /dev/null
+++ b/users/cwebster2/config.h
@@ -0,0 +1,57 @@
1/* Copyright 2020 Casey Webster <casey@e1337.dev>
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#pragma once
17
18#define TAPPING_TOGGLE 1
19#define TAPPING_TERM 200
20#define TAPPING_TERM_PER_KEY
21//#define TAPPING_FORCE_HOLD
22#undef PERMISSIVE_HOLD
23#define IGNORE_MOD_TAP_INTERRUPT
24#define NO_ACTION_ONESHOT
25
26#ifdef AUTO_SHIFT_ENABLE
27 #define AUTO_SHIFT_TIMEOUT 200
28 #define NO_AUTO_SHIFT_SPECIAL
29 #define NO_AUTO_SHIFT_ALPHA
30#endif
31
32#undef MOUSEKEY_DELAY
33#define MOUSEKEY_DELAY 0
34#undef MOUSEKEY_INTERVAL
35#define MOUSEKEY_INTERVAL 16
36#undef MOUSEKEY_WHEEL_DELAY
37#define MOUSEKEY_WHEEL_DELAY 0
38#undef MOUSEKEY_MAX_SPEED
39#define MOUSEKEY_MAX_SPEED 6
40#undef MOUSEKEY_TIME_TO_MAX
41#define MOUSEKEY_TIME_TO_MAX 64
42
43#ifdef LOCKING_SUPPORT_ENABLE
44# undef LOCKING_SUPPORT_ENABLE
45#endif
46#ifdef LOCKING_RESYNC_ENABLE
47# undef LOCKING_RESYNC_ENABLE
48#endif
49
50#define NO_ACTION_MACRO
51#define NO_ACTION_FUNCTION
52#ifndef NO_DEBUG
53 #define NO_DEBUG
54#endif // !NO_DEBUG
55#if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
56 #define NO_PRINT
57#endif // !NO_PRINT