diff options
Diffstat (limited to 'users/ericgebhart/config.h')
-rwxr-xr-x | users/ericgebhart/config.h | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/users/ericgebhart/config.h b/users/ericgebhart/config.h index 934c3debb..116d48f4a 100755 --- a/users/ericgebhart/config.h +++ b/users/ericgebhart/config.h | |||
@@ -1,8 +1,29 @@ | |||
1 | /* | ||
2 | Copyright 2018 Eric Gebhart <e.a.gebhart@gmail.com> | ||
3 | |||
4 | This program is free software: you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation, either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | ||
17 | |||
1 | #ifndef USERSPACE_CONFIG_H | 18 | #ifndef USERSPACE_CONFIG_H |
2 | #define USERSPACE_CONFIG_H | 19 | #define USERSPACE_CONFIG_H |
3 | 20 | ||
4 | #include "../../config.h" | 21 | #include "../../config.h" |
5 | 22 | ||
23 | #define NO_ACTION_MACRO | ||
24 | #define NO_ACTION_FUNCTION | ||
25 | #define COMBO_MUST_HOLD_MODS | ||
26 | #define COMBO_HOLD_TERM 150 | ||
6 | // Sets good default for the speed of the mouse. | 27 | // Sets good default for the speed of the mouse. |
7 | #undef MOUSEKEY_INTERVAL | 28 | #undef MOUSEKEY_INTERVAL |
8 | #undef MOUSEKEY_DELAY | 29 | #undef MOUSEKEY_DELAY |
@@ -26,7 +47,7 @@ | |||
26 | #undef TAPPING_TERM | 47 | #undef TAPPING_TERM |
27 | #undef IGNORE_MOD_TAP_INTERRUPT | 48 | #undef IGNORE_MOD_TAP_INTERRUPT |
28 | 49 | ||
29 | #define TAPPING_TOGGLE 1 | 50 | #define TAPPING_TOGGLE 2 |
30 | #define TAPPING_TERM 200 | 51 | #define TAPPING_TERM 200 |
31 | #define IGNORE_MOD_TAP_INTERRUPT | 52 | #define IGNORE_MOD_TAP_INTERRUPT |
32 | 53 | ||